3v324v23's picture
chore: initial commit for huggingface spaces
6bb2fbe
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>
)
}