HomePage.js 135 B

1234567891011
  1. export default function () {
  2. return (
  3. < >
  4. <div>
  5. hello
  6. </div>
  7. </>
  8. )
  9. }