rsnext/test/integration/static/components/hello.js

6 lines
70 B
JavaScript
Raw Normal View History

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