From 039b3b0d8c9d7980368a05711c6422eb1a15ec15 Mon Sep 17 00:00:00 2001 From: jh2ee Date: Thu, 20 Jul 2023 15:38:04 +0900 Subject: [PATCH] =?UTF-8?q?[FIX]=20=EC=9D=BC=EB=B6=80=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=20=20=ED=83=AD=20=EA=B0=84=EA=B2=A9=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- job1/src/App.js | 30 +++++++++++++++--------------- job1/src/index.js | 6 +++--- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/job1/src/App.js b/job1/src/App.js index 9b2a2f8..9b97ef8 100644 --- a/job1/src/App.js +++ b/job1/src/App.js @@ -9,21 +9,21 @@ import Login from "./View/Login"; import MyPage from "./View/MyPage"; function App() { - return ( -
- - - - } /> - } /> - } /> - } /> - } /> - } /> - - -
- ); + return ( +
+ + + + } /> + } /> + } /> + } /> + } /> + } /> + + +
+ ); } export default App; diff --git a/job1/src/index.js b/job1/src/index.js index 5851d84..4db0035 100644 --- a/job1/src/index.js +++ b/job1/src/index.js @@ -4,7 +4,7 @@ import App from './App'; const root = ReactDOM.createRoot(document.getElementById('root')); root.render( - - - + + + ); \ No newline at end of file