Skip to content

Commit

Permalink
Fix route
Browse files Browse the repository at this point in the history
  • Loading branch information
Sendouc committed Dec 7, 2024
1 parent 70dc727 commit 8e16a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default [
),
route("results", "features/user-page/routes/u.$identifier.results.tsx"),
route(
"highlights",
"results/highlights",
"features/user-page/routes/u.$identifier.results.highlights.tsx",
),
]),
Expand Down

0 comments on commit 8e16a93

Please sign in to comment.