Skip to content

Commit

Permalink
fix: lint run
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosei805 authored and kimurash committed Dec 16, 2024
1 parent dc0101a commit 5fa667d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion frontend/app/components/cart/CartListComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import CartSelectedDialog from './CartSelectedDialog';
import CartTitle from './CartTitle';
import NoCartComponent from './NoCartComponent';
import BreadCrumbsComponent from '../common/breadcrumbs/BreadCrumbsComponent';
import { userAtom } from '~/stores/userAtom';
import { FaUser } from 'react-icons/fa';
import { LuShoppingCart } from 'react-icons/lu';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Anchor, Breadcrumbs, Group, Text } from '@mantine/core';
import { Anchor, Breadcrumbs, Group } from '@mantine/core';
import React from 'react';

interface AnchorProps {
Expand Down
1 change: 0 additions & 1 deletion frontend/app/components/me-edit/MyPageEditComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import MyPageEditPasswordFieldSet from './MyPageEditPasswordFieldSet';
import FormLayout from '../layouts/FormLayout';
import MyPageEditSubmitButton from './MyPageEditSubmitButton';
import BreadCrumbsComponent from '../common/breadcrumbs/BreadCrumbsComponent';
import { GiNotebook } from 'react-icons/gi';
import { FaUser, FaUserEdit } from 'react-icons/fa';

interface MyPageEditComponentProps {
Expand Down

0 comments on commit 5fa667d

Please sign in to comment.