akhaliq HF Staff commited on
Commit
79fe52c
·
verified ·
1 Parent(s): 45bfd54

Upload pages/_app.js with huggingface_hub

Browse files
Files changed (1) hide show
  1. pages/_app.js +5 -0
pages/_app.js ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import '../styles/globals.css'
2
+
3
+ export default function App({ Component, pageProps }) {
4
+ return <Component {...pageProps} />
5
+ }