Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mythus
/
Teledrive2
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Teledrive2
/
web
/
src
/
pages
/
errors
/
NotFound.tsx
Mythus
Upload 225 files
35ee763
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
173 Bytes
import
{
Result
}
from
'antd'
import
React
from
'react'
const
NotFound
:
React
.
FC
=
() =>
{
return
<
Result
status
=
"404"
title
=
"404 Not Found"
/>
}
export
default
NotFound