Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
fix:fix formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshiLamba committed Aug 1, 2024
1 parent e2c325a commit 361aac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/route-map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ const routes: RootRouteMap = {
},
...authRouteMap,
...userRouteMap,
...foodRouteMap
...foodRouteMap,
} as const;
export default routes;

0 comments on commit 361aac8

Please sign in to comment.