next.js / test /e2e /app-dir /app-css /app /not-found.js
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
import styles from './not-found.module.css'
export default function RootNotFound() {
return <h1 className={'not-found ' + styles.blackBg}>Root not found</h1>
}