rsnext/test/integration/build-output/fixtures/with-app/pages/_app.js

4 lines
98 B
JavaScript
Raw Normal View History

2019-12-12 17:20:24 +01:00
export default function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}