Pkiran's picture
Upload pages/_app.js with huggingface_hub
c590f24 verified
Raw
History Blame Contribute Delete
126 Bytes
import '@/styles/globals.css'
export default function App({ Component, pageProps }) {
return <Component {...pageProps} />
}