From 2634927eae7d9d909b1a769e5c9ff13c413c07c8 Mon Sep 17 00:00:00 2001 From: nalsae Date: Sun, 28 Apr 2024 14:57:07 +0900 Subject: [PATCH] =?UTF-8?q?[FE]=20=F0=9F=90=9B=20Fix=20:=20=EB=B0=B0?= =?UTF-8?q?=ED=8F=AC=20=EA=B4=80=EB=A0=A8=20=EC=9D=B4=EC=8A=88=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) 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();