Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
Devendra174
/
react-code-dataset
like
0
Dataset card
Files
Files and versions
xet
Community
main
react-code-dataset
File size: 82 Bytes
1e92f2d
1
2
3
4
export
default
function
NotFound
(
) {
return
<
h1
>
My custom not found page
</
h1
>
}