summaryrefslogtreecommitdiffstats
path: root/webapp/components/select_team/select_team.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/select_team/select_team.jsx')
-rw-r--r--webapp/components/select_team/select_team.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/select_team/select_team.jsx b/webapp/components/select_team/select_team.jsx
index a04961d5b..3b1cf829a 100644
--- a/webapp/components/select_team/select_team.jsx
+++ b/webapp/components/select_team/select_team.jsx
@@ -9,7 +9,7 @@ import LoadingScreen from 'components/loading_screen.jsx';
import * as AsyncClient from 'utils/async_client.jsx';
import * as GlobalActions from 'actions/global_actions.jsx';
-import {Link} from 'react-router';
+import {Link} from 'react-router/es6';
import {FormattedMessage} from 'react-intl';