rsnext/test/integration/export/components/hello.js
Tim Neutkens 625288796f
Move next export into it's own directory (#5084)
* Rename static to export in integration tests

* Move export functionality into it’s own directory

* Fix path
2018-09-04 11:21:00 +02:00

5 lines
70 B
JavaScript

export default () => (
<p>
Welcome to dynamic imports.
</p>
)