mirror of
https://github.com/MaggieAppleton/digital-gardeners.git
synced 2024-11-21 17:09:45 +01:00
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
import '../styles/tailwind.css'
|
|
|
|
function MyApp({Component, pageProps}) {
|
|
return <Component {...pageProps} />
|
|
}
|
|
|
|
export default MyApp; |