diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx index 07a20fa08..8746c9660 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.jsx +++ b/client/homebrew/editor/snippetbar/snippetbar.jsx @@ -2,6 +2,7 @@ import './snippetbar.less'; import React from 'react'; import createReactClass from 'create-react-class'; +import { Dropdown } from '../../../components/dropdown/dropdown.jsx'; import _ from 'lodash'; import cx from 'classnames'; @@ -189,6 +190,13 @@ const Snippetbar = createReactClass({ if(snippets.length === 0) return null; return