Skip to content
Snippets Groups Projects
Commit cedb7526 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

fix warning

parent 920ad7bd
Branches
Tags
No related merge requests found
...@@ -167,7 +167,7 @@ const router = createBrowserRouter([ ...@@ -167,7 +167,7 @@ const router = createBrowserRouter([
{ path: "/survey/admin/try/:year", element: <SurveyContainerComponent loadFrom={"/api/response/try/"} /> }, { path: "/survey/admin/try/:year", element: <SurveyContainerComponent loadFrom={"/api/response/try/"} /> },
{ path: "/survey/response/:year/:nren", element: <SurveyContainerComponent loadFrom={"/api/response/load/"} /> }, { path: "/survey/response/:year/:nren", element: <SurveyContainerComponent loadFrom={"/api/response/load/"} /> },
{ path: "/survey/*", element: <SurveyLanding /> }, { path: "/survey/*", element: <SurveyLanding /> },
{ path: "*", element: <Landing /> }, { path: "/*", element: <Landing /> },
] ]
} }
]); ]);
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment