From 20093cb38a2283a81b1c56d664dcfcc2efb4ec75 Mon Sep 17 00:00:00 2001 From: gyeongza Date: Tue, 25 Jun 2024 18:55:19 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A9=94=EC=9D=B8=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=ED=81=B4=EB=9D=BC=EC=9D=B4=EC=96=B8=ED=8A=B8=20?= =?UTF-8?q?=EC=BB=B4=ED=8F=AC=EB=84=8C=ED=8A=B8=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(iTracker)/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/(iTracker)/page.tsx b/src/app/(iTracker)/page.tsx index bbf5939..cce83a8 100644 --- a/src/app/(iTracker)/page.tsx +++ b/src/app/(iTracker)/page.tsx @@ -1,3 +1,5 @@ +'use client'; + import { MainProductList } from '@/features/product/components/main'; import { ProductListSkeleton } from '@/features/search/components/searchResult/Skeleton'; import { FixedBottomNavbar } from '@/shared/components/FixedBottomNavbar';