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