FIX: fix eslint error due to removing the search_help

Related commit that made eslint unhappy
c51992cf5e
This commit is contained in:
cpradio 2016-10-11 20:35:25 -04:00
parent 1d27610ffc
commit 5091124eed
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import { ajax } from 'discourse/lib/ajax';
import { translateResults, searchContextDescription, getSearchKey, isValidSearchTerm } from "discourse/lib/search";
import showModal from 'discourse/lib/show-modal';
import { default as computed, observes } from 'ember-addons/ember-computed-decorators';
import Category from 'discourse/models/category';
import { escapeExpression } from 'discourse/lib/utilities';