diff --git a/client/src/App.js b/client/src/App.js index 3167f4f..c13d920 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -6,6 +6,7 @@ import Footer from "./components/Footer/Footer.js"; import Main from "./components/Main/Main.js"; import Diagnosis from "./components/Diagnosis/Diagnosis.js"; import Community from "./components/Community/Community.js"; +import CardNews from "./components/Community/CardNews.js"; import Mypage from "./components/Mypage/Mypage.js"; import Login from "./components/Login/Login.js"; import Signup from "./components/Signup/Signup.js"; @@ -14,7 +15,7 @@ import SelfTest from "./components/Mypage/SelfTest.js"; import EmotionChart from "./components/Mypage/EmotionChart.js"; import EditProfile from "./components/Mypage/EditProfile.js"; import LoginExtraInfo from "./components/LoginExtraInfo/LoginExtraInfo.js"; -import KakaoCallback from "./components/Login/KakaoCallback.js"; +import KakaoCallback from "./components/Login/KaKaoCallback.js"; function App() { return ( @@ -27,6 +28,7 @@ function App() { } /> } /> } /> + } /> } /> } /> } /> @@ -35,7 +37,7 @@ function App() { } /> } /> } /> - } /> + } />