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