| import 'tailwindcss/tailwind.css' | |
| function MyApp({ Component, pageProps }) { | |
| return <Component {...pageProps} /> | |
| } | |
| export default MyApp | |
| import 'tailwindcss/tailwind.css' | |
| function MyApp({ Component, pageProps }) { | |
| return <Component {...pageProps} /> | |
| } | |
| export default MyApp | |