rsnext/test/integration/export-default-map/pages/index.js
JJ Kasper 397674c40e Fix export not checking amp right for /index.amp (#6748)
* Fix export not checking amp right for /index.amp

* Add test checking hybrid amp index behavior
2019-03-21 21:40:42 -04:00

3 lines
65 B
JavaScript

export default () => (
<p>Simple hybrid amp/non-amp page</p>
)