home page first commit

main
zhuce 2024-02-21 22:40:10 +08:00
parent b24ab04d99
commit fd13d20273
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class _HomePageState extends State<HomePage> {
return Scaffold( return Scaffold(
body: Column( body: Column(
children: [ children: [
Text("hello world")
], ],
), ),
); );