Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tinazone
/
handspew
like
18
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1d3a8d7
handspew
/
pages
/
_app.js
Tina Tarighian
initial
065d164
13 days ago
raw
Copy download link
history
blame
Safe
129 Bytes
import
"@/styles/globals.css"
;
export
default
function
App
(
{ Component, pageProps }
) {
return
<
Component
{
...pageProps
} />
;
}