mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
3 lines
54 B
JavaScript
3 lines
54 B
JavaScript
function hello() {
|
|
return <div>Hello world!</div>;
|
|
} |