Minor tweaks to client code

This commit is contained in:
Michael Jackson
2019-07-09 16:13:55 -07:00
parent 69030142da
commit 08c66598a0
4 changed files with 61 additions and 65 deletions

View File

@ -1,6 +1,6 @@
import React from 'react';
import ReactDOM from 'react-dom';
import App from './main/App';
import App from './main/App.js';
ReactDOM.render(<App />, document.getElementById('root'));