first commit
This commit is contained in:
15
lib/core/router/app_routes.dart
Normal file
15
lib/core/router/app_routes.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
class AppRoutes {
|
||||
const AppRoutes._();
|
||||
|
||||
static const splash = '/';
|
||||
static const login = '/auth/login';
|
||||
static const signup = '/auth/signup';
|
||||
static const forgotPassword = '/auth/forgot-password';
|
||||
static const home = '/home';
|
||||
static const uploadPost = '/upload-post';
|
||||
static const profile = '/profile';
|
||||
static const music = '/music';
|
||||
static const discover = '/discover';
|
||||
static const admin = '/admin';
|
||||
static const themePreview = '/theme-preview';
|
||||
}
|
||||
Reference in New Issue
Block a user