didvan-app/lib/routes/routes.dart

7 lines
192 B
Dart

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