|
@@ -44,9 +44,9 @@ import isElectron from "is-electron";
|
|
|
import { AppContext } from "pages/_app";
|
|
|
import { GalleryContext } from "pages/gallery";
|
|
|
import downloadManager, { LoadedLivePhotoSourceURL } from "services/download";
|
|
|
+import { getParsedExifData } from "services/exif";
|
|
|
import { trashFiles } from "services/fileService";
|
|
|
import { getFileType } from "services/typeDetectionService";
|
|
|
-import { getParsedExifData } from "services/upload/exifService";
|
|
|
import { SetFilesDownloadProgressAttributesCreator } from "types/gallery";
|
|
|
import { isClipboardItemPresent } from "utils/common";
|
|
|
import { pauseVideo, playVideo } from "utils/photoFrame";
|