diff --git a/client/src/app/page.tsx b/client/src/app/page.tsx index 8ff50e35..a7409116 100644 --- a/client/src/app/page.tsx +++ b/client/src/app/page.tsx @@ -19,7 +19,6 @@ import ScrollDownButton from '@/components/main/ScrollDownButton'; import { InquiryButton } from '@/components/inquiry'; import { getScrollTop } from '@/utils/getScrollTop'; -import { NotificationButton } from '@/components/common'; export default function Home() { const isClient = useClient();