diff --git a/be/apps/dashboard/src/router.tsx b/be/apps/dashboard/src/router.tsx index a0314807..e42cacc7 100644 --- a/be/apps/dashboard/src/router.tsx +++ b/be/apps/dashboard/src/router.tsx @@ -3,6 +3,7 @@ import { createBrowserRouter } from 'react-router' import { App } from './App' import { ErrorElement } from './components/common/ErrorElement' import { NotFound } from './components/common/NotFound' +// @ts-ignore import { routes } from './generated-routes' export const router = createBrowserRouter(