Skip to content

Commit d4fabe3

Browse files
committed
refactor: remove unused country routes
1 parent 593211e commit d4fabe3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/router/routes.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ abstract final class Routes {
113113
static const addSourceToFollow = 'add-source';
114114
static const addSourceToFollowName = 'addSourceToFollow';
115115

116-
static const followedCountriesList = 'countries';
117-
static const followedCountriesListName = 'followedCountriesList';
118-
static const addCountryToFollow = 'add-country';
119-
static const addCountryToFollowName = 'addCountryToFollow';
116+
// static const followedCountriesList = 'countries'; // Removed
117+
// static const followedCountriesListName = 'followedCountriesList'; // Removed
118+
// static const addCountryToFollow = 'add-country'; // Removed
119+
// static const addCountryToFollowName = 'addCountryToFollow'; // Removed
120120
}

0 commit comments

Comments
 (0)