minor cleanup

This commit is contained in:
Timothy Warren 2018-05-31 12:40:08 -04:00
parent 91b5ca72e3
commit 747c7ee810
4 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import {
NavItem,
} from '//components/Bootstrap';
import { Routes } from '//Routes';
import { createWsCache } from './wsCache';
import { createWsCache } from '//WSCache';
export class App extends Component {
constructor (props, context) {

View File

@ -1,4 +1,4 @@
import { render } from 'inferno';
import { App } from './App';
import { App } from '//App';
render(<App />, document.getElementById('app'));

View File

@ -29,7 +29,6 @@ export class HomeView extends Component {
}
componentDidMount () {
console.log(this);
this.bindEvents();
}