Skip to content

Commit

Permalink
fix(voice): import correct noop (#3766)
Browse files Browse the repository at this point in the history
* fix(voice): import correct noop

* Update connectVoiceSearch.ts
  • Loading branch information
Haroenv committed May 10, 2019
1 parent adf8220 commit 6a80422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/voice-search/connectVoiceSearch.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import noop from 'lodash/noop';
import {
checkRendering,
createDocumentationMessageGenerator,
noop,
} from '../../lib/utils';
import { Renderer, RenderOptions, WidgetFactory } from '../../types';
import voiceSearchHelper, {
Expand Down

0 comments on commit 6a80422

Please sign in to comment.