ColdSlim's picture
Upload pages/_app.js with huggingface_hub
5f8af39 verified
raw
history blame contribute delete
126 Bytes
import '@/styles/globals.css'
export default function App({ Component, pageProps }) {
return <Component {...pageProps} />
}