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