diff --git a/lib/main.dart b/lib/main.dart index 86ca056..d4c92be 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -79,7 +79,7 @@ class _MyAppState extends State { themeMode: ThemeMode.light, // Force light mode regardless of OS setting debugShowCheckedModeBanner: false, routerConfig: GoRouter( - initialLocation: '/receipt', + initialLocation: '/', routes: [ ShellRoute( builder: (context, state, child) {