next.js/test/e2e/postcss-config-cjs/app/pages/_app.js
_app.js8 lines140 B
import 'tailwindcss/tailwind.css'

function MyApp({ Component, pageProps }) {
  return <Component {...pageProps} />
}

export default MyApp
Quest for Codev2.0.0
/
SIGN IN