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

0 comments on commit bd362ee

Please sign in to comment.