import { cn } from '@/lib/utils' // Empty component export default function Empty() { return (
Empty
) }