This commit is contained in:
2025-10-01 08:15:05 +07:00
parent deb7aeb850
commit e39b4b64cc
12 changed files with 994 additions and 483 deletions

View File

@@ -7,6 +7,7 @@ class RouteNames {
static const String settings = 'settings';
static const String profile = 'profile';
static const String about = 'about';
static const String lesson = 'lesson';
// Auth routes
static const String login = 'login';