akhaliq's picture
akhaliq HF Staff
Upload pages/_app.js with huggingface_hub
4adc4d0 verified
raw
history blame
136 Bytes
import '../styles/globals.css'
function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}
export default MyApp