From 1641370fbedc42e07f7a9b7758286d341f13b624 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 19 Jul 2016 10:16:44 -0400 Subject: Moving javascript driver back to platform (#3613) --- webapp/components/suggestion/at_mention_provider.jsx | 2 +- webapp/components/suggestion/search_user_provider.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'webapp/components/suggestion') diff --git a/webapp/components/suggestion/at_mention_provider.jsx b/webapp/components/suggestion/at_mention_provider.jsx index a3e5cd59b..b33662420 100644 --- a/webapp/components/suggestion/at_mention_provider.jsx +++ b/webapp/components/suggestion/at_mention_provider.jsx @@ -7,7 +7,7 @@ import SuggestionStore from 'stores/suggestion_store.jsx'; import ChannelStore from 'stores/channel_store.jsx'; import UserStore from 'stores/user_store.jsx'; import * as Utils from 'utils/utils.jsx'; -import Client from 'utils/web_client.jsx'; +import Client from 'client/web_client.jsx'; import {FormattedMessage} from 'react-intl'; import Suggestion from './suggestion.jsx'; diff --git a/webapp/components/suggestion/search_user_provider.jsx b/webapp/components/suggestion/search_user_provider.jsx index 1a3075a30..7a5bdabf1 100644 --- a/webapp/components/suggestion/search_user_provider.jsx +++ b/webapp/components/suggestion/search_user_provider.jsx @@ -3,7 +3,7 @@ import React from 'react'; -import Client from 'utils/web_client.jsx'; +import Client from 'client/web_client.jsx'; import SuggestionStore from 'stores/suggestion_store.jsx'; import UserStore from 'stores/user_store.jsx'; -- cgit v1.2.3-1-g7c22