Skip to content

Commit

Permalink
Merge branch 'main' into fix/refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
mheggelund authored Jan 31, 2024
2 parents 7165a22 + dcc5a47 commit 3ad8eb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/router.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { createBrowserRouter } from 'react-router-dom';

import { ModelView } from './features/ModelView/ModelView';
import { About } from './pages/About/About';
import { Api } from './pages/Api/Api';
Expand All @@ -15,6 +16,7 @@ const router = createBrowserRouter([
{
path: '/',
element: <Layout />,

children: [
{
index: true,
Expand Down

0 comments on commit 3ad8eb5

Please sign in to comment.