This commit is contained in:
ammarahm-ed
2021-12-26 19:51:24 +05:00
parent 0f3528c3e2
commit 314ab5a741
14 changed files with 13 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ import {getTotalNotes} from '../../utils';
import {db} from '../../utils/database';
import {eOpenMoveNoteDialog} from '../../utils/Events';
import {pv, SIZE} from '../../utils/SizeUtils';
import SheetWrapper from '../sheet';
import SheetWrapper from '../Sheet';
import {Button} from '../Button';
import DialogHeader from '../Dialog/dialog-header';
import {PressableButton} from '../PressableButton';