import { TableSkeleton } from "@/components/shared/skeleton"
export default function Loading() { return <TableSkeleton rows={6} cols={4} /> }