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

@@ -10,7 +10,7 @@ import {db} from '../../utils/database';
import {ph, pv, SIZE} from '../../utils/SizeUtils';
import {sleep} from '../../utils/TimeUtils';
import {ActionIcon} from '../ActionIcon';
import SheetWrapper from '../sheet';
import SheetWrapper from '../Sheet';
import {Button} from '../Button';
import DialogHeader from '../Dialog/dialog-header';
import Input from '../Input';