diff --git a/client/src/App.tsx b/client/src/App.tsx index cb4707e..a24b381 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -12,7 +12,6 @@ import TestPage from './pages/TestPage'; import ComparePage from './pages/ComparePage'; import TestResultPage from './pages/TestResultPage'; import MainPage from './pages/MainPage'; -import Footer from './components/common/Footer'; import ServiceGuidePage from './pages/ServiceGuidePage'; const MainLayout = () => { @@ -21,7 +20,6 @@ const MainLayout = () => {