Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import { notFound } from 'next/navigation'
export default function Page() {
console.error(new Error('This error should get replayed'))
notFound() // ...and this one shouldn't
}