From 017cd2a9575149bb87f382f441b9c960b6816c9d Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Wed, 17 May 2017 11:29:41 -0400 Subject: PLT-6406 Migrate new channel modal to be pure and use redux (#6416) * Migrate new channel modal to be pure and use redux * Add component tests --- webapp/components/new_channel_flow.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/components/new_channel_flow.jsx') diff --git a/webapp/components/new_channel_flow.jsx b/webapp/components/new_channel_flow.jsx index 91dd04c0c..69c2f1c4c 100644 --- a/webapp/components/new_channel_flow.jsx +++ b/webapp/components/new_channel_flow.jsx @@ -5,7 +5,7 @@ import * as Utils from 'utils/utils.jsx'; import TeamStore from 'stores/team_store.jsx'; import {cleanUpUrlable} from 'utils/url.jsx'; -import NewChannelModal from './new_channel_modal.jsx'; +import NewChannelModal from 'components/new_channel_modal'; import ChangeURLModal from './change_url_modal.jsx'; import {FormattedMessage} from 'react-intl'; -- cgit v1.2.3-1-g7c22