Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
anycoder-728b0a8c
like
0
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
anycoder-728b0a8c
/
pages
/
_app.js
akhaliq
HF Staff
Upload pages/_app.js with huggingface_hub
4adc4d0
verified
4 days ago
raw
Copy download link
history
blame
Safe
136 Bytes
import
'../styles/globals.css'
function
MyApp
(
{ Component, pageProps }
) {
return
<
Component
{
...pageProps
} />
}
export
default
MyApp