next.js/test/integration/css-fixtures/with-tailwindcss-and-purgecss/pages/_app.js
_app.js6 lines129 B
import '../styles/global.css'

export default function MyApp({ Component, pageProps }) {
  return <Component {...pageProps} />
}
Quest for Codev2.0.0
/
SIGN IN