Initial commit
This commit is contained in:
5
client/index.tsx
Normal file
5
client/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import ReactDOM from "react-dom";
|
||||
import App from "App";
|
||||
import React from "react";
|
||||
|
||||
ReactDOM.render(<App />, document.getElementById("root"));
|
||||
Reference in New Issue
Block a user