From 33f36302d5457d0875619924e12a56f324f66b51 Mon Sep 17 00:00:00 2001 From: vinaya563 <91210199+vinaya563@users.noreply.github.com> Date: Fri, 1 Oct 2021 19:31:53 +0530 Subject: [PATCH 1/2] Create react js --- react js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 react js diff --git a/react js b/react js new file mode 100644 index 0000000..d0f87a5 --- /dev/null +++ b/react js @@ -0,0 +1,4 @@ +ReactDOM.render( +

Hello, world!

, + document.getElementById('root') +); From 43c916e1947af8a3d579745cfd09944fa27f846b Mon Sep 17 00:00:00 2001 From: vinaya563 <91210199+vinaya563@users.noreply.github.com> Date: Fri, 1 Oct 2021 19:34:07 +0530 Subject: [PATCH 2/2] Rename react js to hello world in react js --- react js => hello world in react js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename react js => hello world in react js (100%) diff --git a/react js b/hello world in react js similarity index 100% rename from react js rename to hello world in react js