rsnext/test/integration/cache-header/pages/index.js
JJ Kasper 77b23264bb Opt out of cache header if _app has custom getInitialProps (#7409)
* Opt out of cache header if _app has custom
getInitialProps to match autoExport behavior

* Fix wrong component

* Add test for cache header
2019-05-23 20:24:02 -07:00

1 line
36 B
JavaScript

export default () => <p>Hi 👋</p>