Skip to content

Commit

Permalink
removed unknown route constant
Browse files Browse the repository at this point in the history
  • Loading branch information
SapinderSingh committed Mar 26, 2021
1 parent 843e655 commit d0cde6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/helpers/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class RouteConstant {
static const String TERMS_CONDITIONS = '/terms-conditions';
static const String PAYMENT_SUCCESSFULL = '/payment-successful';
static const String CHANGE_USERNAME_SCREEN = '/change_username';
static const String UNKNOWN_VIEW = '/unknown-view';
}

class RelicColors {
Expand Down

0 comments on commit d0cde6b

Please sign in to comment.