refactor: optimize codebase
This commit is contained in:
@@ -98,7 +98,6 @@ class Routes {
|
||||
static const String authentication = '/authentication';
|
||||
static const String profile = '/profile';
|
||||
static const String appCustomization = '/profile/customization';
|
||||
static const String workspace = '/workspace';
|
||||
}
|
||||
|
||||
/// Friendly names for GoRouter routes to support context.pushNamed.
|
||||
@@ -110,5 +109,4 @@ class RouteNames {
|
||||
static const String authentication = 'authentication';
|
||||
static const String profile = 'profile';
|
||||
static const String appCustomization = 'app-customization';
|
||||
static const String workspace = 'workspace';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user