Skip to content

Commit 26ac659

Browse files
committed
fix: Added StaticPageLayout
1 parent edf0266 commit 26ac659

File tree

2 files changed

+208
-183
lines changed

2 files changed

+208
-183
lines changed

app/src/Router.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@ const router = createBrowserRouter(
101101
path: 'account',
102102
element: <div>Account settings page</div>,
103103
},
104-
{
105-
path: 'microsim',
106-
element: <MicrosimPage />,
107-
},
108104
],
109105
},
110106
],
@@ -155,6 +151,10 @@ const router = createBrowserRouter(
155151
path: 'support',
156152
element: <div>Support page</div>,
157153
},
154+
{
155+
path: 'microsim',
156+
element: <MicrosimPage />,
157+
},
158158
],
159159
},
160160
// US-only routes

0 commit comments

Comments
 (0)