Skip to content

Commit

Permalink
angrer fjerning av slash
Browse files Browse the repository at this point in the history
  • Loading branch information
ebelegu committed Jan 30, 2024
1 parent 22fe673 commit ff42e3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Pages/Pages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const Pages: FunctionComponent = () => {
<Banner sidetittel={sidetittel} />
<Routes>
<Route
path="bedriftsinformasjon"
path="/bedriftsinformasjon"
element={
<SideTittelWrapper
tittel={'Om virksomheten'}
Expand All @@ -97,7 +97,7 @@ const Pages: FunctionComponent = () => {
}
/>
<Route
path="saksoversikt"
path="/saksoversikt"
element={
<SideTittelWrapper
tittel={'Saksoversikt'}
Expand All @@ -117,7 +117,7 @@ const Pages: FunctionComponent = () => {
}
/>
<Route
path="sak"
path="/sak"
element={
<SideTittelWrapper
tittel={'Saksoversikt'}
Expand All @@ -137,7 +137,7 @@ const Pages: FunctionComponent = () => {
}
/>
<Route
path="sak-restore-session"
path="/sak-restore-session"
element={
<Navigate
to="/saksoversikt"
Expand Down

0 comments on commit ff42e3b

Please sign in to comment.