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