aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/routes.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/routes.tsx')
-rw-r--r--src/frontend/app/routes.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/frontend/app/routes.tsx b/src/frontend/app/routes.tsx
index 189949f..7d81b5f 100644
--- a/src/frontend/app/routes.tsx
+++ b/src/frontend/app/routes.tsx
@@ -1,8 +1,7 @@
import { type RouteConfig, index, route } from "@react-router/dev/routes";
export default [
- index("routes/index.tsx"),
- route("/stops", "routes/stoplist.tsx"),
+ index("routes/home.tsx"),
route("/map", "routes/map.tsx"),
route("/estimates/:id", "routes/estimates-$id.tsx"),
route("/timetable/:id", "routes/timetable-$id.tsx"),