diff --git a/app/ui/guests/table.tsx b/app/ui/guests/table.tsx index 6458d55..d7a71ae 100644 --- a/app/ui/guests/table.tsx +++ b/app/ui/guests/table.tsx @@ -1,3 +1,5 @@ +'use client' + import { Guest } from '@/app/lib/definitions'; import SkeletonRow from './skeleton-row'; import { Suspense } from 'react';