diff --git a/src/app/(post)/result/[postId]/layout.tsx b/src/app/(post)/result/[postId]/layout.tsx index 546aa151..68307fb9 100644 --- a/src/app/(post)/result/[postId]/layout.tsx +++ b/src/app/(post)/result/[postId]/layout.tsx @@ -1,3 +1,5 @@ +'use client'; + import { PropsWithChildren, Suspense } from 'react'; import Link from 'next/link';