Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vebnor committed Mar 8, 2024
1 parent be48f5c commit f72e3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sak-app/src/app/components/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Home = ({ headerHeight }: OwnProps) => (
<Route path="/" element={<DashboardResolver />} />
<Route path={fagsakRoutePath} element={<FagsakIndex />} />
<Route path={aktoerRoutePath} element={<AktoerIndex />} />
<Route path="/close" element={<CloseWindow />} />
{/* <Route path="/close" element={<CloseWindow />} /> */}
<Route path="*" element={<NotFoundPage />} />
</Routes>
</div>
Expand Down

0 comments on commit f72e3b3

Please sign in to comment.