Update lib/main.dart
All checks were successful
Build CI / AMD64 Build (push) Successful in 2m5s

This commit is contained in:
2026-03-02 16:09:40 +00:00
parent fd701fb2af
commit 9c1e4e9100

View File

@@ -10,6 +10,7 @@ void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});