From 4420def7411a053e930b44117e2bf63625d824dc Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Fri, 7 Nov 2025 12:43:18 +0100 Subject: Make "stops" page be the home (renaming only) --- src/frontend/app/routes.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/frontend/app/routes.tsx') 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"), -- cgit v1.3