check hot reload

This commit is contained in:
Михаил Капелько
2026-05-31 13:17:52 +03:00
parent c90bf3df1a
commit 2ba63a4f0e

View File

@@ -12,7 +12,7 @@ class MainApp extends StatelessWidget {
return const MaterialApp( return const MaterialApp(
home: Scaffold( home: Scaffold(
body: Center( body: Center(
child: Text('Hello World!'), child: Text('Wow, nice, Hello World!'),
), ),
), ),
); );