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