diff --git a/lib/main.dart b/lib/main.dart index d9b83be..45a532d 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -49,7 +49,7 @@ class MyApp extends HookConsumerWidget { initialLocation: HomeRoute.path, debugLogDiagnostics: true, routes: $appRoutes, - redirect:(context, state) => notifier.redirect(state)), + redirect: (context, state) => notifier.redirect(state)), [notifier], ); return MaterialApp.router(