mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 20:01:57 +00:00
4 lines
55 B
JavaScript
4 lines
55 B
JavaScript
function hello() {
|
|
return <div>Hello world!</div>;
|
|
}
|