Skip to content

Commit 33c9ab0

Browse files
committed
Remove deployment notifications page
1 parent 73f8471 commit 33c9ab0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/router.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ export const router = createBrowserRouter(
414414
<Route path="users/create" element={<CreateUserPage />} />
415415
{groupsRouter()}
416416
<Route path="audit" element={<AuditPage />} />
417-
<Route path="notifications" element={<DeployNotificationsPage />} />
418417
</Route>
419418

420419
<Route path="/settings" element={<UserSettingsLayout />}>

0 commit comments

Comments
 (0)