From 6483e878d755030c823a182fe9b7fd8350e29f71 Mon Sep 17 00:00:00 2001
From: kim hakjun <swkhj2022@ajou.ac.kr>
Date: Wed, 5 Jun 2024 19:17:45 +0900
Subject: [PATCH] 3 stage

---
 lib/main.dart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/main.dart b/lib/main.dart
index 705e03c..1e4fe6d 100644
--- a/lib/main.dart
+++ b/lib/main.dart
@@ -33,7 +33,7 @@ class MyHomePage extends StatelessWidget {
   @override
   Widget build(BuildContext context) {
     var appState = context.watch<MyAppState>();
-
+ 
     return Scaffold(
       body: Column(
         children: [
-- 
GitLab