From 482e3fc9a494a54df53d99b060a7cfa13b3d95c0 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Wed, 2 Dec 2015 11:24:25 -0500 Subject: Fixed unused imports --- web/react/components/suggestion/command_provider.jsx | 1 - web/react/components/suggestion/suggestion_box.jsx | 1 - web/react/components/suggestion/suggestion_list.jsx | 1 - 3 files changed, 3 deletions(-) (limited to 'web/react/components/suggestion') diff --git a/web/react/components/suggestion/command_provider.jsx b/web/react/components/suggestion/command_provider.jsx index 6a7c1ce43..a2a446de2 100644 --- a/web/react/components/suggestion/command_provider.jsx +++ b/web/react/components/suggestion/command_provider.jsx @@ -2,7 +2,6 @@ // See License.txt for license information. import * as AsyncClient from '../../utils/async_client.jsx'; -import Constants from '../../utils/constants.jsx'; import SuggestionStore from '../../stores/suggestion_store.jsx'; class CommandSuggestion extends React.Component { diff --git a/web/react/components/suggestion/suggestion_box.jsx b/web/react/components/suggestion/suggestion_box.jsx index 10e864b63..4ca461e82 100644 --- a/web/react/components/suggestion/suggestion_box.jsx +++ b/web/react/components/suggestion/suggestion_box.jsx @@ -6,7 +6,6 @@ import * as EventHelpers from '../../dispatcher/event_helpers.jsx'; import SuggestionStore from '../../stores/suggestion_store.jsx'; import * as Utils from '../../utils/utils.jsx'; -const ActionTypes = Constants.ActionTypes; const KeyCodes = Constants.KeyCodes; export default class SuggestionBox extends React.Component { diff --git a/web/react/components/suggestion/suggestion_list.jsx b/web/react/components/suggestion/suggestion_list.jsx index 290e0eec6..45843f4c8 100644 --- a/web/react/components/suggestion/suggestion_list.jsx +++ b/web/react/components/suggestion/suggestion_list.jsx @@ -1,7 +1,6 @@ // Copyright (c) 2015 Mattermost, Inc. All Rights Reserved. // See License.txt for license information. -import Constants from '../../utils/constants.jsx'; import * as EventHelpers from '../../dispatcher/event_helpers.jsx'; import SuggestionStore from '../../stores/suggestion_store.jsx'; -- cgit v1.2.3-1-g7c22