ยฉ 2026 Hedgehog Software, LLC
const
function
function MyComponent(props) { return <div></div>; }
const MyComponent = (props) => { return <div></div>; }