Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ryesun
/
copilot-for-dressing-v2
like
0
Runtime error
App
Files
Files
Community
main
copilot-for-dressing-v2
/
app
/
src
/
pages
/
404
/
404.tsx
ryesun
initial
d757506
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
147 Bytes
import
{ useState }
from
'react'
function
NotPage
(
) {
return
(
<
div
className
=
"NotPage"
>
404
</
div
>
)
}
export
default
NotPage