rsnext/examples/with-dynamic-import/components/hello4.js
2017-04-27 08:22:25 -07:00

3 lines
71 B
JavaScript

export default () => (
<p>Hello World 4 (imported dynamiclly) </p>
)