mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
8 lines
137 B
JavaScript
8 lines
137 B
JavaScript
import '../styles/globals.css'
|
|
|
|
function MyApp({ Component, pageProps }) {
|
|
return <Component {...pageProps} />
|
|
}
|
|
|
|
export default MyApp
|