From 71bc12e1c8f6c3b316dd86410fd9192522e1708b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?siyeon00=28=EC=9D=B4=EC=8B=9C=EC=97=B0=29?= Date: Fri, 29 May 2026 16:20:12 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20top=20=EB=B2=84=ED=8A=BC=20=EC=B5=9C?= =?UTF-8?q?=EC=83=81=EC=9C=84=EB=A1=9C=20=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.jsx | 2 ++ src/pages/company/AboutPage.jsx | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 66501a7..bf79999 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,11 +1,13 @@ import Router from "./Router"; import ScrollToTop from "./components/ScrollToTop"; +import TopButton from "./components/TopButton"; function App() { return ( <> + ); } diff --git a/src/pages/company/AboutPage.jsx b/src/pages/company/AboutPage.jsx index b32c298..3322c51 100644 --- a/src/pages/company/AboutPage.jsx +++ b/src/pages/company/AboutPage.jsx @@ -449,9 +449,6 @@ export default function AboutPage() { - - {/* top 버튼 */} - ); }