Finish prototype web client

This commit is contained in:
Tanner
2019-08-24 05:04:51 +00:00
parent d039191232
commit 7bb72f9b96
18 changed files with 10773 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
ReactDOM.render(<App />, document.getElementById('root'));