rsnext/test/.stats-app/components/hello.js
2021-07-16 12:13:04 -05:00

3 lines
59 B
JavaScript

export const Hello = () => {
return <p>hello world</p>
}