fix: suppress TypeScript error for generated routes import in router.tsx

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2026-01-10 22:49:51 +08:00
parent 0261e06f8d
commit e09159dad0

View File

@@ -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(