Rename
This commit is contained in:
parent
2a8417af1c
commit
319fe0fb71
3 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ import { useFormik } from "formik";
|
|||
import { t } from "i18next";
|
||||
import { GalleryContext } from "pages/gallery";
|
||||
import React, { useContext, useEffect, useState } from "react";
|
||||
import { updateCreationTimeWithExif } from "services/updateCreationTimeWithExif";
|
||||
import { updateCreationTimeWithExif } from "services/fix-exif";
|
||||
import { EnteFile } from "types/file";
|
||||
import EnteDateTimePicker from "./EnteDateTimePicker";
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ import {
|
|||
import type { DataStream } from "@ente/shared/utils/data-stream";
|
||||
import { Remote } from "comlink";
|
||||
import { FILE_READER_CHUNK_SIZE, NULL_LOCATION } from "constants/upload";
|
||||
import { getEXIFLocation, getEXIFTime, getParsedExifData } from "services/exif";
|
||||
import * as ffmpegService from "services/ffmpeg";
|
||||
import { getElectronFileStream, getFileStream } from "services/readerService";
|
||||
import { FilePublicMagicMetadataProps } from "types/file";
|
||||
|
@ -22,7 +23,6 @@ import {
|
|||
type LivePhotoAssets2,
|
||||
type UploadAsset2,
|
||||
} from "types/upload";
|
||||
import { getEXIFLocation, getEXIFTime, getParsedExifData } from "../exif";
|
||||
import {
|
||||
MAX_FILE_NAME_LENGTH_GOOGLE_EXPORT,
|
||||
getClippedMetadataJSONMapKeyForFile,
|
||||
|
|
Loading…
Reference in a new issue