Skip to content

Commit c20f79b

Browse files
committed
chore: 경로 수정 (#777)
1 parent 1fe0c88 commit c20f79b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/app/routes/public-routes.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@ const CompanyDetailPage = lazy(() =>
3232
}))
3333
);
3434

35-
export const guestRoutes = [
36-
{ path: ROUTES.LOGIN, element: <LoginPage /> },
37-
{ path: ROUTES.LOGIN_AUTH, element: <KakaoLoginPage /> },
38-
];
35+
export const guestRoutes = [{ path: ROUTES.LOGIN, element: <LoginPage /> }];
3936

4037
export const publicRoutes = [
38+
{ path: ROUTES.LOGIN_AUTH, element: <KakaoLoginPage /> },
4139
{ path: ROUTES.LANDING, element: <LandingPage /> },
4240
{ path: ROUTES.HOME, element: <HomePage /> },
4341
{ path: ROUTES.COMPANY(), element: <CompanyDetailPage /> },

0 commit comments

Comments
 (0)