Skip to content

Commit f091888

Browse files
committed
fix: 사용하지 않은 import 제거
1 parent addb77e commit f091888

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/components/RequireAuth/RequireAuth.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ import {
1010
} from "@/components/atoms/currentTheme.atom";
1111
import { useSelectedThemeReset } from "@/components/atoms/selectedTheme.atom";
1212
import { useIsLoggedIn } from "@/components/atoms/account.atom";
13-
1413
import { getSelectedThemeId } from "@/utils/storageUtil";
15-
import * as S from "@/home/HomeView.styled";
16-
import Header from "@/components/common/Header/Header";
17-
import MainDrawer from "@/components/common/Drawer/Drawer";
1814

1915
import Mobile from "../Mobile/Mobile";
2016

0 commit comments

Comments
 (0)