import { TablePageSkeleton } from "@/components/dashboard/page-skeletons";

export default function Loading() {
  return <TablePageSkeleton />;
}
