mirror of
https://github.com/tomru/advcal.git
synced 2026-03-03 06:27:17 +01:00
9 lines
168 B
JavaScript
9 lines
168 B
JavaScript
import '../styles/globals.css'
|
|
import "../styles/styles.css";
|
|
|
|
function MyApp({ Component, pageProps }) {
|
|
return <Component {...pageProps} />
|
|
}
|
|
|
|
export default MyApp
|