mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix import
This commit is contained in:
@@ -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';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user