Initial commit

This commit is contained in:
2021-01-08 21:06:48 +09:00
commit 90610d7429
17 changed files with 14930 additions and 0 deletions

5
client/index.tsx Normal file
View File

@@ -0,0 +1,5 @@
import ReactDOM from "react-dom";
import App from "App";
import React from "react";
ReactDOM.render(<App />, document.getElementById("root"));