From 16b7e2dedb06d41e12833366b21a221112cd63c4 Mon Sep 17 00:00:00 2001 From: dladncks1217 Date: Fri, 15 Sep 2023 17:23:18 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=BD=94=EB=93=9C=20=EC=BB=A8?= =?UTF-8?q?=EB=B2=A4=EC=85=98=EC=9D=84=20=EC=9C=84=ED=95=9C=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/router/AppRouter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/router/AppRouter.tsx b/frontend/src/router/AppRouter.tsx index 0d8b1be5..f22a7b55 100644 --- a/frontend/src/router/AppRouter.tsx +++ b/frontend/src/router/AppRouter.tsx @@ -1,4 +1,4 @@ -import App from '@App'; +import App from '@/App'; import { Suspense } from 'react'; import { RouterProvider, createBrowserRouter } from 'react-router-dom';