Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
imweijh
/
quick-swift-tool
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3795663
quick-swift-tool
/
pages
/
_app.js
imweijh
Upload pages/_app.js with huggingface_hub
9f42ef4
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
127 Bytes
import
'../styles/globals.css'
export
default
function
App
(
{ Component, pageProps }
) {
return
<
Component
{
...pageProps
} />
}