didvan-app/lib/routes/routes.dart

8 lines
245 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';
}