From 3423e9bdb292717ded38ef04a0130ecb71f9a03b Mon Sep 17 00:00:00 2001 From: HanJul_01 <129282275+Hanjuri@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:57:34 +0900 Subject: [PATCH] =?UTF-8?q?fix:=EB=A1=9C=EA=B7=B8=EC=9D=B8=EB=8B=A4?= =?UTF-8?q?=EC=8B=9C=20=EC=97=B0=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.jsx | 26 +++++++++++++++----------- src/components/Common/Header.jsx | 11 +++++++---- 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 97869bb..69d8380 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -12,23 +12,27 @@ import { PeopleListPage } from "./pages/PeopleListPage/PeopleListPage.jsx"; import { PeopleDetailPage } from "./pages/PeopleDetailPage/PeopleDetailPage.jsx"; import ChatPage from "./pages/chat/ChatPage"; import RTCPage from "./pages/WebRTC/VideoPage.jsx"; +import LoginPage from "./pages/kakaologin/LoginPage.jsx"; +import KakaoRedirect from "./pages/join/KakoRedirect.jsx"; +import JoinPage from "./pages/join/JoinPage.jsx"; // QueryClient 인스턴스 생성ß const queryClient = new QueryClient(); function App() { return ( - - - - }> - }> - }> - } /> - } /> - - - + + + }> + }> + }> + } /> + } /> + } /> + } /> + } /> + + ); } diff --git a/src/components/Common/Header.jsx b/src/components/Common/Header.jsx index c1a053c..c3bbc2a 100644 --- a/src/components/Common/Header.jsx +++ b/src/components/Common/Header.jsx @@ -19,14 +19,17 @@ function Header() { - 카부 게시판 - 카부 프로젝트 - 카부 편의 + 카부 게시판 + 카부 프로젝트 + 카부 편의 카부 커넥션 - + { + navigate("/login"); + }} src={peoplelogo} /> );