Namespace

This commit is contained in:
Manav Rathi 2025-02-17 14:54:11 +05:30
parent e9d63dfea9
commit fe86075868
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import {
} from "@/gallery/services/download";
import { EnteFile } from "@/media/file";
import { FileType } from "@/media/file-type";
import { FileViewer } from "@/new/photos/components/FileViewer";
import { FileViewer } from "@/new/photos/components/FileViewerComponents";
import type { GalleryBarMode } from "@/new/photos/components/gallery/reducer";
import { TRASH_SECTION } from "@/new/photos/services/collection";
import { styled } from "@mui/material";

View File

@ -19,7 +19,7 @@ import type { Collection } from "@/media/collection";
import { fileLogID, type EnteFile } from "@/media/file";
import { FileType } from "@/media/file-type";
import { isHEICExtension, needsJPEGConversion } from "@/media/formats";
import { ConfirmDeleteFileDialog } from "@/new/photos/components/FileViewer";
import { ConfirmDeleteFileDialog } from "@/new/photos/components/FileViewerComponents";
import { ImageEditorOverlay } from "@/new/photos/components/ImageEditorOverlay";
import { moveToTrash } from "@/new/photos/services/collection";
import { extractRawExif, parseExif } from "@/new/photos/services/exif";