summaryrefslogtreecommitdiffstats
path: root/web/react/components/suggestion/command_provider.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-12-02 11:24:25 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-12-02 11:24:25 -0500
commit482e3fc9a494a54df53d99b060a7cfa13b3d95c0 (patch)
tree9365c414a6f6b58b1f6073e596b2b32e9eee5943 /web/react/components/suggestion/command_provider.jsx
parent89731e9ef107fd633a20af2acfbe397d51312ac4 (diff)
downloadchat-482e3fc9a494a54df53d99b060a7cfa13b3d95c0.tar.gz
chat-482e3fc9a494a54df53d99b060a7cfa13b3d95c0.tar.bz2
chat-482e3fc9a494a54df53d99b060a7cfa13b3d95c0.zip
Fixed unused imports
Diffstat (limited to 'web/react/components/suggestion/command_provider.jsx')
-rw-r--r--web/react/components/suggestion/command_provider.jsx1
1 files changed, 0 insertions, 1 deletions
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 {