Define table as a client component
Some checks failed
Playwright Tests / test (pull_request) Failing after 1m58s
Build docker image / build-static-assets (pull_request) Failing after 5m22s

This commit is contained in:
Manuel Bustillo 2024-08-18 19:18:00 +02:00
parent 4022928f1c
commit 628ddc8eb2

View File

@ -1,3 +1,5 @@
'use client'
import { Guest } from '@/app/lib/definitions';
import SkeletonRow from './skeleton-row';
import { Suspense } from 'react';