chore: switch to react-router v7
This commit is contained in:
parent
39504e2487
commit
aa9872a45b
101 changed files with 3825 additions and 6796 deletions
|
|
@ -1,5 +1,5 @@
|
|||
//import { flatRoutes } from '@remix-run/fs-routes'
|
||||
import { index, layout, prefix, route } from '@remix-run/route-config'
|
||||
import { index, layout, prefix, route } from '@react-router/dev/routes';
|
||||
|
||||
export default [
|
||||
// Utility Routes
|
||||
|
|
@ -26,6 +26,5 @@ export default [
|
|||
index('routes/settings/overview.tsx'),
|
||||
route('/auth-keys', 'routes/settings/auth-keys.tsx'),
|
||||
]),
|
||||
])
|
||||
]
|
||||
|
||||
]),
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue