finished if scene design

This commit is contained in:
ashrafzarkanisala
2024-06-12 18:40:34 +03:00
parent 1045d72bbe
commit bfbc2e55ce
8 changed files with 164 additions and 52 deletions

View File

@ -17,4 +17,5 @@ class Routes {
static const String termsRoute = '/terms';
static const String otpRoute = '/otp';
static const String createUnit = '/create-unit';
static const String sceneTasksRoute = '/scene-tasks';
}