fix : change app architecture
feat : add some method to local storage
This commit is contained in:
8
packages/auth/lib/presentation/routes/paths.dart
Normal file
8
packages/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