From 14510ce19470c176a7f286d4a3238e813f7dc959 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 22 Jun 2016 10:30:01 -0400 Subject: Adding webpack code splitting (#3377) --- webapp/components/select_team/select_team.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/components/select_team') 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'; -- cgit v1.2.3-1-g7c22