summaryrefslogtreecommitdiffstats
path: root/webapp/components/root.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/root.jsx')
-rw-r--r--webapp/components/root.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/root.jsx b/webapp/components/root.jsx
index abaa05bb5..977652e99 100644
--- a/webapp/components/root.jsx
+++ b/webapp/components/root.jsx
@@ -14,7 +14,7 @@ import React from 'react';
import FastClick from 'fastclick';
-import {browserHistory} from 'react-router';
+import {browserHistory} from 'react-router/es6';
import UserStore from 'stores/user_store.jsx';
export default class Root extends React.Component {