rsnext/test/.stats-app/components/hello.js

4 lines
59 B
JavaScript
Raw Normal View History

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