Skip to content

Instantly share code, notes, and snippets.

@esshka
Created February 11, 2016 09:35
Show Gist options
  • Save esshka/4941925d8a6d75cde3e5 to your computer and use it in GitHub Desktop.
Save esshka/4941925d8a6d75cde3e5 to your computer and use it in GitHub Desktop.
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