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 버튼 */}
-
);
}