diff --git a/apps/web/src/main.tsx b/apps/web/src/main.tsx index bef5202..9ee12b0 100644 --- a/apps/web/src/main.tsx +++ b/apps/web/src/main.tsx @@ -4,7 +4,7 @@ import './index.css' import App from './App.tsx' createRoot(document.getElementById('root')!).render( - - - , + + + ) diff --git a/apps/web/src/router/index.tsx b/apps/web/src/router/index.tsx index 5e2f23d..f6f4e94 100644 --- a/apps/web/src/router/index.tsx +++ b/apps/web/src/router/index.tsx @@ -15,7 +15,7 @@ const StockDailyPricePage = lazy(() => import('@/pages/stock-daily-price')); export const router = createBrowserRouter([ { - path: '/login', + path: '/', element: , errorElement: , },