Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
failfast
/
nextjs-hf-spaces
like
9
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
a59496f
nextjs-hf-spaces
/
pages
/
_app.js
NERDDISCO
initial commit
5dfa78d
almost 2 years ago
raw
Copy download link
history
blame
Safe
137 Bytes
import
'../styles/globals.css'
function
MyApp
(
{ Component, pageProps }
) {
return
<
Component
{
...pageProps
} />
}
export
default
MyApp