mirror of
https://github.com/sct/overseerr.git
synced 2025-09-26 20:12:33 +02:00
Initial commit from Create Next App
This commit is contained in:
7
pages/_app.js
Normal file
7
pages/_app.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import '../styles/globals.css'
|
||||
|
||||
function MyApp({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
|
||||
export default MyApp
|
Reference in New Issue
Block a user