7 lines
126 B
Dart
7 lines
126 B
Dart
const homePath = "/";
|
|
|
|
/// Authentication path
|
|
const authPath = "/login";
|
|
|
|
/// Settings path
|
|
const settingsPath = "/settings"; |