Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
anzorq
/
hf-spaces-semantic-search
like
79
Runtime error
App
Files
Files
Community
2
44b3489
hf-spaces-semantic-search
/
pages
/
_app.tsx
anzorq
init
44b3489
over 1 year ago
raw
Copy download link
history
blame
Safe
178 Bytes
import
'@/styles/globals.css'
import
type
{
AppProps
}
from
'next/app'
export
default
function
App
(
{ Component, pageProps }: AppProps
) {
return
<
Component
{
...pageProps
} />
}