mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
fix: suppress TypeScript error for generated routes import in router.tsx
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user