style: provide folder structure
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/// Define all the route names here
|
||||
class Routes {
|
||||
/// Application routes
|
||||
abstract class Routes {
|
||||
static const String APP = '/app';
|
||||
static const String HOME = '/home';
|
||||
static const String CHOOSE_USER = '/choose_user';
|
||||
|
||||
Reference in New Issue
Block a user