AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
'use client'
const isServer = typeof window === 'undefined'
export default function Mismatch() {
return <div className="parent">{isServer && 'only'}</div>
}