rsnext/examples/hello-world/pages/about.js
2016-12-20 12:34:56 -08:00

3 lines
47 B
JavaScript

export default () => (
<div>About us</div>
)