add import

This commit is contained in:
ElrikUnderlake 2023-03-10 20:53:42 -06:00
parent e9f237f39d
commit 28709961e9
No known key found for this signature in database
GPG Key ID: E9A5CF18AF6E2C67

View File

@ -12,6 +12,7 @@ import { setIsLightboxOpen } from 'features/lightbox/store/lightboxSlice';
import { uiSelector } from 'features/ui/store/uiSelectors';
import { isEqual } from 'lodash';
import { useHotkeys } from 'react-hotkeys-hook';
import { useTranslation } from 'react-i18next';
import { BiExit } from 'react-icons/bi';
import { TransformWrapper } from 'react-zoom-pan-pinch';
import useImageTransform from '../hooks/useImageTransform';