summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-03-24 21:45:05 -0700
committerCorey Hulen <corey@hulen.com>2016-03-24 21:45:05 -0700
commit1147c7ff298d3aabee5f422b454dc65ebbcc3751 (patch)
treed09da9fc438f6c7b1eeb08013facf457d0886832 /webapp
parent8f5b90fe7858de03ac055b38ab7aaec5f54fa107 (diff)
parent04b7344ea10ff8d185fc77f4d76cc4633448635b (diff)
downloadchat-1147c7ff298d3aabee5f422b454dc65ebbcc3751.tar.gz
chat-1147c7ff298d3aabee5f422b454dc65ebbcc3751.tar.bz2
chat-1147c7ff298d3aabee5f422b454dc65ebbcc3751.zip
Merge pull request #2535 from hmhealey/plt2446
PLT-2446 Imported React into SearchSuggestionList
Diffstat (limited to 'webapp')
-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';