Hello world to {props.name}!
15 | {props.children} 16 |Warning: TypeScript has been found to be addictive!
; 22 | }; 23 | */ 24 | 25 | function App() { 26 | return ( 27 |
31 | Edit src/App.tsx and save to reload.
32 |
Hello world to {props.name}!
18 | {props.children} 19 |Warning: TypeScript has been found to be addictive!
; 25 | }; 26 | 27 | function App() { 28 | return ( 29 |
33 | Edit src/App.tsx and save to reload.
34 |