diff --git a/src/App.tsx b/src/App.tsx
index 5b237eb..be0eca6 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -15,7 +15,6 @@ import { useNavigate } from 'react-router-dom';
import { getAuthRedirectPath } from '@/utils/auth';
import 'react-toastify/dist/ReactToastify.css';
import useLandingStatus from '@/hooks/zustand/useLandingStatus';
-import { Image } from './components/common/Image';
const IMG_SRC = [
'/onboarding/1.png',
@@ -194,8 +193,6 @@ function App() {
/>
-
-
);
}