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

6 lines
130 B
JavaScript
Raw Normal View History

import '../styles/global.scss'
export default function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}