fix compile error

This commit is contained in:
Lucia Li 2020-09-09 16:57:43 -07:00
parent 02f8819eb1
commit 36e4785a62

View File

@ -16,7 +16,6 @@ import {
SearchResultsBox,
SearchWrap,
} from './styled.elements';
import { bind, debounce } from 'decko';
export interface SearchBoxProps {
search: SearchStore<string>;