diff --git a/lib/main.dart b/lib/main.dart index 0d37e23..65752f6 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -9,6 +9,8 @@ void main() { runApp(const MyApp()); } +//test commit + class MyApp extends StatelessWidget { const MyApp({Key key}) : super(key: key);