rsnext/test/integration/export-default-map/pages/some.js
JJ Kasper e1cf32ca60 Update export tests and fixed import (#6738)
* Fix import in export worker

* Update export tests

* Turn test parallelism up

* Fix config in export-default-map

* Switch parallelism back to 3
2019-03-20 11:42:02 -04:00

3 lines
50 B
JavaScript

export default () => (
<p>I'm an AMP page</p>
)