From 2f7ba4c26843277cee985e69333ac2a6c0c01b44 Mon Sep 17 00:00:00 2001 From: 710minjoon <66014783+minjoon97@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:57:19 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EB=9D=BC=EC=9A=B0=ED=84=B0=20?= =?UTF-8?q?=EC=9C=A0=EC=A7=80=20(#232)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/router.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/router.tsx b/src/app/router.tsx index b7829c5..d3840f2 100644 --- a/src/app/router.tsx +++ b/src/app/router.tsx @@ -62,10 +62,8 @@ const RootRoute = ({ children }: { children: ReactNode }) => { return children; }; - const api = defaultApi(); - const router = createBrowserRouter([ { path: '/', @@ -104,7 +102,6 @@ const router = createBrowserRouter([ ) }, { - path: '/diary', element: (