From f73ca82e017b85f72c692f4e797e323c87a1f8f7 Mon Sep 17 00:00:00 2001 From: yeongmins Date: Sat, 16 Sep 2023 04:46:49 +0900 Subject: [PATCH 1/8] =?UTF-8?q?rename:=20=ED=8C=8C=EC=9D=BC=EB=AA=85=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 2 ++ src/assets/icons/fontAwesome.txt | 47 ------------------------- src/components/SideBar/SideBar.tsx | 4 +-- src/components/common/Header.tsx | 4 ++- src/components/commute/CommuteModal.tsx | 1 - src/pages/Gallery.tsx | 2 +- src/pages/Wiki.tsx | 2 +- 7 files changed, 9 insertions(+), 53 deletions(-) delete mode 100644 src/assets/icons/fontAwesome.txt diff --git a/src/App.tsx b/src/App.tsx index 47cd73be..32bdcc5d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,6 +4,7 @@ import Footer from "./components/common/Footer"; import Home from "./pages/Home"; import Gallery from "./pages/Gallery"; import GlobalStyle from "./styles/globalStyle"; +import Wiki from "./pages/Wiki"; const App = () => { return ( @@ -13,6 +14,7 @@ const App = () => {