~bonthron/React2024_EXPL

a24d76305ecbb00a1e96397480a2a24d06e6c2da — jason bonthron 5 months ago c85228f master
restored missing file
1 files changed, 8 insertions(+), 0 deletions(-)

A level2/ex1/ex1.tsx
A level2/ex1/ex1.tsx => level2/ex1/ex1.tsx +8 -0
@@ 0,0 1,8 @@
function helloWorld() {
  return <p>hello</p>
}

window.onload = () => {
    var container = document.getElementById("root");
    ReactDOM.render(helloWorld(), container);
}
\ No newline at end of file