init
This commit is contained in:
6
app/routes.ts
Normal file
6
app/routes.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { type RouteConfig, index, route } from '@react-router/dev/routes';
|
||||
|
||||
export default [
|
||||
index('routes/home.tsx'),
|
||||
route('/about', 'routes/about.tsx'),
|
||||
] satisfies RouteConfig;
|
Reference in New Issue
Block a user