fix import

This commit is contained in:
ammarahm-ed
2020-03-17 10:19:04 +05:00
parent ec3110d51d
commit 49f372a624

View File

@@ -5,7 +5,7 @@ import {inputRef} from '../../components/SearchInput';
import {useTracked} from '../../provider'; import {useTracked} from '../../provider';
import {ACTIONS} from '../../provider/actions'; import {ACTIONS} from '../../provider/actions';
import {eSendEvent} from '../../services/eventManager'; import {eSendEvent} from '../../services/eventManager';
import {eScrollEvent} from '../../services/events'; import {eScrollEvent, eClearSearch} from '../../services/events';
import {NotebookItem} from '../NotebookItem'; import {NotebookItem} from '../NotebookItem';
import {hexToRGBA} from '../../utils/utils'; import {hexToRGBA} from '../../utils/utils';