From 9128c60d7aaa41f4c11243c8dadba51e7e4b6b1d Mon Sep 17 00:00:00 2001 From: hyeongmin <gudals3934@ajou.ac.kr> Date: Fri, 7 Jul 2023 17:08:37 +0900 Subject: [PATCH] test2 --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 4d1b530..fdfbcbc 100755 --- a/src/App.js +++ b/src/App.js @@ -16,7 +16,7 @@ const TimeButton = (props) => { <div id = "time">{time}</div> </> ); -} +} -- GitLab