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 834ab1a commit 4a8f197
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/Router/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,17 @@ const router = createBrowserRouter(
},
{
path: Path.OVERSIKT,
element: <Outlet />,
element: (
<FeilVarselProvider>
<InnloggingBoundary>
<RedirectEtterLogin>
<NotifikasjonWidgetProvider>
<Outlet />
</NotifikasjonWidgetProvider>
</RedirectEtterLogin>
</InnloggingBoundary>
</FeilVarselProvider>
),
children: [
{
path: Path.OVERSIKT,
Expand Down

0 comments on commit 4a8f197

Please sign in to comment.