7 lines
126 B
Dart
7 lines
126 B
Dart
const homePage = "/";
|
|
|
|
/// Authentication path
|
|
const authPage = "/login";
|
|
|
|
/// Settings path
|
|
const settingsPage = "/settings"; |