Skip to content

Commit 08862c3

Browse files
committed
refactor: remove unused routes
- Removed unused routes - Simplified routing logic
1 parent 71c95dd commit 08862c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/router/routes.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ abstract final class Routes {
1717
static const feedFilterSources = 'sources'; // Path: /feed/filter/sources
1818
static const feedFilterSourcesName = 'feedFilterSources';
1919

20-
static const feedFilterCountries =
21-
'countries'; // Path: /feed/filter/countries
22-
static const feedFilterCountriesName = 'feedFilterCountries';
23-
2420
static const search = '/search';
2521
static const searchName = 'search';
2622
static const account = '/account';

0 commit comments

Comments
 (0)