We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf0266 commit 26ac659Copy full SHA for 26ac659
app/src/Router.tsx
@@ -101,10 +101,6 @@ const router = createBrowserRouter(
101
path: 'account',
102
element: <div>Account settings page</div>,
103
},
104
- {
105
- path: 'microsim',
106
- element: <MicrosimPage />,
107
- },
108
],
109
110
@@ -155,6 +151,10 @@ const router = createBrowserRouter(
155
151
path: 'support',
156
152
element: <div>Support page</div>,
157
153
154
+ {
+ path: 'microsim',
+ element: <MicrosimPage />,
+ },
158
159
160
// US-only routes
0 commit comments