Remove boilerplate comment

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall 2020-03-30 04:38:24 +13:00
parent db570595d8
commit 898f4c9749
No known key found for this signature in database
GPG Key ID: 94AE1ACB662A2A6D

2
r/react.js vendored
View File

@ -1,3 +1 @@
//simple react component that renders "Hello World" as an H1 tag into the body
React.render(<h1>Hello World</h1>, document.body);