diff --git a/lib/presentation/pages/splash_page.dart b/lib/presentation/pages/splash/splash_page.dart similarity index 97% rename from lib/presentation/pages/splash_page.dart rename to lib/presentation/pages/splash/splash_page.dart index a2a8693..9715304 100644 --- a/lib/presentation/pages/splash_page.dart +++ b/lib/presentation/pages/splash/splash_page.dart @@ -1,9 +1,9 @@ import 'package:auto_route/auto_route.dart'; import 'package:flutter/material.dart'; -import '../../common/theme/theme.dart'; -import '../components/assets/assets.gen.dart'; -import '../router/app_router.gr.dart'; +import '../../../common/theme/theme.dart'; +import '../../components/assets/assets.gen.dart'; +import '../../router/app_router.gr.dart'; @RoutePage() class SplashPage extends StatefulWidget { diff --git a/lib/presentation/router/app_router.gr.dart b/lib/presentation/router/app_router.gr.dart index 4d0bb28..f55f644 100644 --- a/lib/presentation/router/app_router.gr.dart +++ b/lib/presentation/router/app_router.gr.dart @@ -11,7 +11,7 @@ // ignore_for_file: no_leading_underscores_for_library_prefixes import 'package:apskel_owner_flutter/presentation/pages/auth/login/login_page.dart' as _i1; -import 'package:apskel_owner_flutter/presentation/pages/splash_page.dart' +import 'package:apskel_owner_flutter/presentation/pages/splash/splash_page.dart' as _i2; import 'package:auto_route/auto_route.dart' as _i3;