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