rsnext/test/integration/css-fixtures/with-tailwindcss-and-purgecss/pages/_app.js

6 lines
129 B
JavaScript
Raw Normal View History

2019-12-12 00:54:40 +01:00
import '../styles/global.css'
export default function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}