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