Skip to content

Commit 9a733c7

Browse files
fix(web): we don't need routes
1 parent e3c32fb commit 9a733c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/src/app.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ const App: React.FC = () => {
3535
<SentryRoutes>
3636
<Route path="/" element={<Layout />}>
3737
<Route index element={<Home />} />
38-
<Route path="onboarding" element={<Home />} />
39-
<Route path="notifications" element={<Home />} />
4038
<Route path="cases/*" element={<Cases />} />
4139
<Route path="courts/*" element={<Courts />} />
4240
<Route path="dashboard/:page/:order/:filter" element={<Dashboard />} />

0 commit comments

Comments
 (0)