sync changes

This commit is contained in:
2026-05-12 11:36:19 +03:00
parent fdc5aefdd2
commit e7d2154d98

View File

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