diff --git a/lib/pages/home_page.dart b/lib/pages/home_page.dart index a3b9c44..224f98e 100644 --- a/lib/pages/home_page.dart +++ b/lib/pages/home_page.dart @@ -20,7 +20,7 @@ class _HomePageState extends State { return Scaffold( body: Column( children: [ - + Text("hello world") ], ), );