Trae Assistant
chore: pull .gitattributes from huggingface
ad893f7
raw
history blame contribute delete
183 Bytes
import { cn } from '@/lib/utils'
// Empty component
export default function Empty() {
return (
<div className={cn('flex h-full items-center justify-center')}>Empty</div>
)
}