Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ginipick/handspew
ginipick
/
CARDS
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
CARDS
/
pages
/
_app.js
Tina Tarighian
initial
065d164
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
129 Bytes
import
"@/styles/globals.css"
;
export
default
function
App
(
{ Component, pageProps }
) {
return
<
Component
{
...pageProps
} />
;
}