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 4a8f197 commit f2fc72c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/Router/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,9 @@ const router = createBrowserRouter(
path: Path.OVERSIKT,
element: (
<FeilVarselProvider>
<InnloggingBoundary>
<RedirectEtterLogin>
<NotifikasjonWidgetProvider>
<Outlet />
</NotifikasjonWidgetProvider>
</RedirectEtterLogin>
</InnloggingBoundary>
<NotifikasjonWidgetProvider>
<Outlet />
</NotifikasjonWidgetProvider>
</FeilVarselProvider>
),
children: [
Expand Down

0 comments on commit f2fc72c

Please sign in to comment.