diff options
Diffstat (limited to 'src/frontend/app/routes.tsx')
| -rw-r--r-- | src/frontend/app/routes.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/routes.tsx b/src/frontend/app/routes.tsx index 1bca5e8..9dd8a66 100644 --- a/src/frontend/app/routes.tsx +++ b/src/frontend/app/routes.tsx @@ -5,5 +5,5 @@ export default [ route("/stops", "routes/stoplist.tsx"), route("/map", "routes/map.tsx"), route("/estimates/:id", "routes/estimates-$id.tsx"), - route("/settings", "routes/settings.tsx") + route("/settings", "routes/settings.tsx"), ] satisfies RouteConfig; |
