didvan-app/lib/routes/routes.dart

9 lines
291 B
Dart

class Routes {
static const String splash = '/';
static const String home = '/home';
static const String authenticaion = '/authentication';
static const String profile = '/profile';
static const String editProfile = '/edit-profile';
static const String settings = '/settings';
}