import { cn } from "@/lib/utils"; export function TableCellUnavailable({ className, ...props }: React.ComponentProps<"div">) { return (
N/A
); }