rsnext/examples/with-strict-csp/pages/index.js
2020-05-18 17:44:18 -04:00

3 lines
67 B
JavaScript

export default function Home() {
return <div>Hello World</div>
}