Add base skeleton
This commit is contained in:
7
moneymgr_mobile/lib/services/router/routes_list.dart
Normal file
7
moneymgr_mobile/lib/services/router/routes_list.dart
Normal file
@ -0,0 +1,7 @@
|
||||
const homePath = "/";
|
||||
|
||||
/// Authentication path
|
||||
const authPath = "/login";
|
||||
|
||||
/// Settings path
|
||||
const settingsPath = "/settings";
|
Reference in New Issue
Block a user