summaryrefslogtreecommitdiffstats
path: root/webapp/components/suggestion
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-24 10:23:05 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-24 15:14:07 -0400
commit04b7344ea10ff8d185fc77f4d76cc4633448635b (patch)
treec8d14dfad19d0bd0ba621108a1e0c784456d07b0 /webapp/components/suggestion
parent5163b8a82c50c67a154a6f5f394bfbbaab86a529 (diff)
downloadchat-04b7344ea10ff8d185fc77f4d76cc4633448635b.tar.gz
chat-04b7344ea10ff8d185fc77f4d76cc4633448635b.tar.bz2
chat-04b7344ea10ff8d185fc77f4d76cc4633448635b.zip
Imported React into SearchSuggestionList
Diffstat (limited to 'webapp/components/suggestion')
-rw-r--r--webapp/components/suggestion/search_suggestion_list.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/suggestion/search_suggestion_list.jsx b/webapp/components/suggestion/search_suggestion_list.jsx
index b15cc4243..57aaee8ff 100644
--- a/webapp/components/suggestion/search_suggestion_list.jsx
+++ b/webapp/components/suggestion/search_suggestion_list.jsx
@@ -2,6 +2,7 @@
// See License.txt for license information.
import $ from 'jquery';
+import React from 'react';
import ReactDOM from 'react-dom';
import Constants from 'utils/constants.jsx';
import SuggestionList from './suggestion_list.jsx';