From 898f4c974967bf075e277ca121b587666075bf85 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Mon, 30 Mar 2020 04:38:24 +1300 Subject: [PATCH] Remove boilerplate comment Signed-off-by: Richie Bendall --- r/react.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/r/react.js b/r/react.js index f4835980..f7139df8 100755 --- a/r/react.js +++ b/r/react.js @@ -1,3 +1 @@ -//simple react component that renders "Hello World" as an H1 tag into the body - React.render(

Hello World

, document.body); \ No newline at end of file