Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarne authored Oct 17, 2023
1 parent 56b6738 commit f645ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion altinn3editor/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function App() {
return (
<ErrorBoundary>
<Routes>
<Route path="/a3editor/" element={<Layout />}>
<Route path="/" element={<Layout />}>
<Route path="diff" element={<Diff />} />
<Route path="zip" element={<ZipUpload />} />
<Route path="editor" element={<Editor />}>
Expand Down

0 comments on commit f645ca9

Please sign in to comment.