Skip to content

Commit

Permalink
🚨 Fix: 중복 import 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
suyeon1218 committed Sep 27, 2023
1 parent 765433c commit a543cb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/layout/components/IconNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import { AlertButton, SearchButton } from '@pages/layout/components';
import useSessionStorage from '@hooks/useSessionStorage';
import { LoginConfirm } from '@components/Confirm';
import { EtcNavContainer } from './IconNav.style';
import { User } from '@/types';


interface EtcNavProps {
handleOpenSearchBox: () => void;
Expand Down

0 comments on commit a543cb0

Please sign in to comment.