Skip to content

Commit

Permalink
debugger med
Browse files Browse the repository at this point in the history
  • Loading branch information
d142796 committed Jan 16, 2025
1 parent c69e463 commit d108636
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Router/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,9 @@ const router = createBrowserRouter(
path: Path.OVERSIKT,
element: <h1>OVERSIKT</h1>,
children: [
{
path: '/*',
element: <IkkeFunnet404 />,
},
{
path: Path.INFORMASJONSSIDE,
element: <Informasjonsside />,
element: <h1>INFO SIDE...</h1>,
},
],
},
Expand Down

0 comments on commit d108636

Please sign in to comment.