diff --git a/example/lib/app.dart b/example/lib/app.dart index fa71c6b..d86b46d 100644 --- a/example/lib/app.dart +++ b/example/lib/app.dart @@ -11,7 +11,6 @@ class App extends ConsumerWidget { @override Widget build(BuildContext context, WidgetRef ref) { - final router = ref.watch(routerProvider); return MaterialApp.router( title: title, theme: lightTheme(),