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.tsx2
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;