AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
import { draftMode } from 'next/headers'
export default async function DraftModePage() {
await draftMode()
return <p>Done draftMode</p>
}