26-1-21/2

This commit is contained in:
Hamza-Ayed
2026-01-21 17:23:11 +03:00
parent 2780f86ca0
commit 3037298dac

View File

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