dynamic react router

This commit is contained in:
Eric Hulburd
2016-02-29 18:20:00 -06:00
parent 51eaa19a92
commit c890132f2b
44 changed files with 1163 additions and 733 deletions

View File

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