Skip to content

Commit d108636

Browse files
committed
debugger med
1 parent c69e463 commit d108636

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: src/Router/Router.tsx

+1-5
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,9 @@ const router = createBrowserRouter(
4242
path: Path.OVERSIKT,
4343
element: <h1>OVERSIKT</h1>,
4444
children: [
45-
{
46-
path: '/*',
47-
element: <IkkeFunnet404 />,
48-
},
4945
{
5046
path: Path.INFORMASJONSSIDE,
51-
element: <Informasjonsside />,
47+
element: <h1>INFO SIDE...</h1>,
5248
},
5349
],
5450
},

0 commit comments

Comments
 (0)