Finish prototype web client

This commit is contained in:
2019-08-24 05:04:51 +00:00
parent 62d68da415
commit dde6ac4566
18 changed files with 10773 additions and 0 deletions

5
webclient/src/index.js Normal file
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'));