rsnext/examples/with-dynamic-import/components/hello5.js

3 lines
71 B
JavaScript

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