diff --git a/lib/main.dart b/lib/main.dart index ec36b07..7795097 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -29,6 +29,7 @@ void main() async { runApp(const MyApp()); } + class MyApp extends StatelessWidget { const MyApp({super.key});