mirror of
https://github.com/MaggieAppleton/digital-gardeners.git
synced 2024-11-22 01:19: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; |