AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
import dynamic from 'next/dynamic'
const DynamicComponent = dynamic(() => import('../../components/nested1'))
export default DynamicComponent