diff --git a/apps/mobile/src/components/SelectionWrapper/index.js b/apps/mobile/src/components/SelectionWrapper/index.js index b5c1c40f6..846863d46 100644 --- a/apps/mobile/src/components/SelectionWrapper/index.js +++ b/apps/mobile/src/components/SelectionWrapper/index.js @@ -8,6 +8,7 @@ import {dWidth, getElevation, toTXT} from '../../utils'; import {hexToRGBA} from '../../utils/ColorUtils'; import {db} from '../../utils/DB'; import {refreshNotesPage} from '../../utils/Events'; +import { deleteItems } from '../../utils/functions'; import {SIZE} from '../../utils/SizeUtils'; import {ActionIcon} from '../ActionIcon'; import {Button} from '../Button';