feat: initial commit
This commit is contained in:
commit
98355eceb5
18 changed files with 5416 additions and 0 deletions
12
app/routes.ts
Normal file
12
app/routes.ts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import {type RouteConfig, index, layout, route} from "@react-router/dev/routes";
|
||||
|
||||
export default [
|
||||
layout("routes/base_layout.tsx",
|
||||
[
|
||||
index("routes/home.tsx"),
|
||||
route("proxy", "routes/proxy.tsx", [
|
||||
index("routes/proxy/overview.tsx"),
|
||||
route("origins", "routes/proxy/origins.tsx"),
|
||||
])
|
||||
]),
|
||||
] satisfies RouteConfig;
|
||||
Loading…
Add table
Add a link
Reference in a new issue