Created
February 11, 2016 09:35
-
-
Save esshka/4941925d8a6d75cde3e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/client/app/bundles/app/startup/ClientApp.jsx b/client/app/bundles/app/startup/ClientApp.jsx | |
index f8cb40c..0d0cc1e 100644 | |
--- a/client/app/bundles/app/startup/ClientApp.jsx | |
+++ b/client/app/bundles/app/startup/ClientApp.jsx | |
@@ -1,6 +1,6 @@ | |
import React from 'react'; | |
import ReactDOM from 'react-dom'; | |
-import Router from 'react-router'; | |
+import {Router} from 'react-router'; | |
import { browserHistory, hashHistory } from 'react-router'; | |
import { Provider } from 'react-redux'; | |
import * as devicesActionCreators from '../actions/devicesActionCreators'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment