rsnext/examples/with-strict-csp/pages/index.js
2018-08-06 20:19:16 -07:00

3 lines
50 B
JavaScript

export default () => (
<div>Hello World</div>
)