implement reactjs history

This commit is contained in:
Eric Hulburd
2016-03-04 13:59:34 -06:00
parent 5b218f6518
commit aa885f331c
27 changed files with 549 additions and 546 deletions

View File

@@ -1,4 +1,5 @@
import {browserHistory} from 'react-router';
import { createHistory, useQueries } from 'history'
import app from './../../app';
app(browserHistory);
app(useQueries(createHistory));