minor cleanup
This commit is contained in:
parent
91b5ca72e3
commit
747c7ee810
@ -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) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { render } from 'inferno';
|
||||
import { App } from './App';
|
||||
import { App } from '//App';
|
||||
|
||||
render(<App />, document.getElementById('app'));
|
||||
|
@ -29,7 +29,6 @@ export class HomeView extends Component {
|
||||
}
|
||||
|
||||
componentDidMount () {
|
||||
console.log(this);
|
||||
this.bindEvents();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user