mirror of
https://github.com/Alee14/snug-cup.git
synced 2025-01-22 14:11:48 -05:00
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
import '../styles/globals.css'
|
|
|
|
function MyApp ({ Component, pageProps }) {
|
|
return <Component {...pageProps} />
|
|
}
|
|
|
|
export default MyApp
|