refactor(benchmark): use react-router instead of just vite
This commit is contained in:
3
pkgs/benchmark/app/routes.ts
Normal file
3
pkgs/benchmark/app/routes.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { type RouteConfig, index } from "@react-router/dev/routes";
|
||||
|
||||
export default [index("./App.tsx")] satisfies RouteConfig;
|
||||
Reference in New Issue
Block a user