Skip to content

Commit

Permalink
fix : 라우터 유지 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
minjoon97 authored Nov 6, 2024
1 parent 75eb3a4 commit 2f7ba4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ const RootRoute = ({ children }: { children: ReactNode }) => {
return children;
};


const api = defaultApi();


const router = createBrowserRouter([
{
path: '/',
Expand Down Expand Up @@ -104,7 +102,6 @@ const router = createBrowserRouter([
)
},
{

path: '/diary',
element: (
<ProtectedRoute>
Expand Down

0 comments on commit 2f7ba4c

Please sign in to comment.