Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaAmega committed Dec 16, 2024
1 parent 2c838ec commit 4b39e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/service/src/routes/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ export const routes = [
} as const)
] as const satisfies RouteExtended[]

const finalRoutes = routes.map(decorateTopLevelRoutes).map((r) => decorateAllRoutes(r))
const finalRoutes = routes.map((r) => decorateTopLevelRoutes(r)).map((r) => decorateAllRoutes(r))

export const router = createBrowserRouter(finalRoutes)

0 comments on commit 4b39e46

Please sign in to comment.