From 6fdc104ce6cad15915528e4be2d3fc7d1c8a7656 Mon Sep 17 00:00:00 2001 From: hoyychoi Date: Fri, 16 Sep 2022 21:40:14 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=EB=B0=98=EC=A0=81=EC=9D=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=ED=9B=84=20=EC=B5=9C=EC=A2=85=EB=B3=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.jsx | 4 +- src/atoms/auth.jsx | 2 + src/component/Article/ArticleContainer.jsx | 8 ++- src/component/Article/ArticleDetail.jsx | 27 +++++++-- src/component/Article/ArticleTitle.jsx | 28 ++++++++-- src/component/Article/ShowComment.jsx | 22 ++++++-- src/component/Article/WriteCommet.jsx | 17 +++--- src/component/ArticleList.jsx | 2 +- src/component/Home.jsx | 3 - src/component/Navbar.jsx | 2 +- src/component/Newarticle.jsx | 7 ++- src/component/Profile.jsx | 2 +- src/component/Signin.jsx | 6 +- src/component/Signup.jsx | 9 ++- src/component/WritterInfo.jsx | 2 +- src/remote/index.jsx | 65 ++++++++++++++++++++-- 16 files changed, 158 insertions(+), 48 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index ccfb7a2..fbd0252 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -43,8 +43,8 @@ function App() { }/> }/> }/> - }/> - }/> + }/> + }/>