initial commit

This commit is contained in:
2025-11-28 23:58:41 +03:00
commit 013690061c
77 changed files with 2337 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
class RouteList {
RouteList._();
static const String homeScreen = '/homeScreen';
}