Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Hans-Den
/
nexora
like
0
Running
App
Files
Files
Community
fcb32f7
nexora
/
frontend
/
src
/
app
/
tvshows
/
page.js
ChandimaPrabath
error page
3673e75
about 2 months ago
raw
Copy download link
history
blame
Safe
132 Bytes
import
NotFound
from
'../not-found'
;
import
'./TvShows.css'
;
export
default
function
TVShows
(
) {
return
(
<
NotFound
/>
);
}