From 5cba5f36fb87dc3f0e1d63c1f8fe618b9877db6f Mon Sep 17 00:00:00 2001 From: Jeong ui yeop <uiyeop@ajou.ac.kr> Date: Thu, 30 Mar 2023 23:25:24 +0900 Subject: [PATCH] Update src/App.js --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index 4501695..3e3bc64 100755 --- a/src/App.js +++ b/src/App.js @@ -34,6 +34,7 @@ const App = (props) => { <> <h1>What time is it?</h1> <div>{city}</div> + <h1>201920738</h1> </> ); }; -- GitLab