chore : change app archticle
This commit is contained in:
8
features/auth/lib/presentation/routes/paths.dart
Normal file
8
features/auth/lib/presentation/routes/paths.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
part of 'pages.dart';
|
||||
|
||||
sealed class AuthPaths {
|
||||
AuthPaths._();
|
||||
|
||||
static const String moduleList = '/moduleList';
|
||||
static const String auth = '/Auth';
|
||||
}
|
||||
Reference in New Issue
Block a user