File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ abstract final class Routes {
113
113
static const addSourceToFollow = 'add-source' ;
114
114
static const addSourceToFollowName = 'addSourceToFollow' ;
115
115
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
120
120
}
You can’t perform that action at this time.
0 commit comments