diff --git a/client/src/App.css b/client/src/App.css index e040b4d5b..7ca7af907 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -1,4 +1,4 @@ -* { +/* * { box-sizing: border-box; word-break: keep-all; } @@ -9,6 +9,7 @@ html { body { margin: 0; + height: 100%; } .App { @@ -39,13 +40,4 @@ body { .App-link { color: #61dafb; -} - -@keyframes App-logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} +} */ diff --git a/client/src/App.js b/client/src/App.js index 3c1c40c43..166aa3475 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -1,10 +1,9 @@ import { BrowserRouter, Route, Routes } from 'react-router-dom'; import './App.css'; +import Outline from './pages/Outline'; import Login from './pages/Login'; import Tos from './pages/Tos'; import Signup from './pages/Signup'; -import Header from './component/Header'; -import Footer from './component/Footer'; import Home from './pages/user/Home'; import SideBar from './component/MypageCompo/SideBar'; import FreeWriting from './component/MypageCompo/FreeWriting'; @@ -27,9 +26,8 @@ import ContentFree from './pages/content/ContentFree'; function App() { return ( -
- + }> } /> } /> } /> @@ -63,7 +61,6 @@ function App() { } /> */} -