React hello world.
This commit is contained in:
4
src/index.tsx
Normal file
4
src/index.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import React from "react";
|
||||
import ReactDOM from "react-dom";
|
||||
|
||||
ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById("root"));
|
||||
Reference in New Issue
Block a user