Fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import log from "@/base/log";
|
||||
import { type EnteFile, fileLogID } from "@/media/file";
|
||||
import { fileLogID, type EnteFile } from "@/media/file";
|
||||
import {
|
||||
decryptPublicMagicMetadata,
|
||||
fileCreationPhotoDate,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { blobCache } from "@/base/blob-cache";
|
||||
import { type EnteFile, type Trash } from "@/media/file";
|
||||
import { mergeMetadata, type EnteFile, type Trash } from "@/media/file";
|
||||
import { FileType } from "@/media/file-type";
|
||||
import localForage from "@ente/shared/storage/localForage";
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@ import { isDesktop } from "@/base/app";
|
||||
import log from "@/base/log";
|
||||
import { CustomErrorMessage } from "@/base/types/ipc";
|
||||
import { workerBridge } from "@/base/worker/worker-bridge";
|
||||
import type { EnteFile } from "@/media/file";
|
||||
import { mergeMetadata1 } from "@/media/file";
|
||||
import { needsJPEGConversion } from "@/media/formats";
|
||||
import { heicToJPEG } from "@/media/heic-convert";
|
||||
import { detectFileTypeInfo } from "./detect-type";
|
||||
|
||||
Reference in New Issue
Block a user