Skip to content

Commit 5459432

Browse files
committed
chore: use client 추가
1 parent d82ee17 commit 5459432

File tree

1 file changed

+2
-0
lines changed
  • app/(sub)/search/_components/card-container

1 file changed

+2
-0
lines changed

app/(sub)/search/_components/card-container/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use client";
2+
13
import EmptySection from "@/app/(main)/explore/_components/empty-section";
24
import Card from "@/shared/ui/card";
35

0 commit comments

Comments
 (0)