Display a table skeleton while the list of guests is loading #29
@ -1,3 +1,5 @@
|
|||||||
|
'use client'
|
||||||
|
|
||||||
import { Guest } from '@/app/lib/definitions';
|
import { Guest } from '@/app/lib/definitions';
|
||||||
import SkeletonRow from './skeleton-row';
|
import SkeletonRow from './skeleton-row';
|
||||||
import { Suspense } from 'react';
|
import { Suspense } from 'react';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user