Skip to content

Commit 006e02a

Browse files
committed
refactor(router): move notifications route
- Keep routes organized
1 parent 9e2bfa4 commit 006e02a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

lib/router/router.dart

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -278,17 +278,6 @@ GoRouter createRouter({required ValueNotifier<AppStatus> authStatusNotifier}) {
278278
);
279279
},
280280
),
281-
// Sub-route for notifications (placeholder) - MOVED HERE
282-
GoRoute(
283-
path: Routes.notifications, // Relative path 'notifications'
284-
name: Routes.notificationsName,
285-
builder: (context, state) {
286-
// TODO(fulleni): Replace with actual NotificationsPage
287-
return const Placeholder(
288-
child: Center(child: Text('NOTIFICATIONS PAGE')),
289-
);
290-
},
291-
),
292281

293282
// --- Filter Routes (Nested under Feed) ---
294283
GoRoute(

0 commit comments

Comments
 (0)