From 5dd5f7e9c55dd610bf178af22f6acb77afe269cf Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Tue, 11 Feb 2025 18:44:22 +0530 Subject: [PATCH] [web] Post revert fix --- web/apps/photos/src/components/PhotoFrame.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/apps/photos/src/components/PhotoFrame.tsx b/web/apps/photos/src/components/PhotoFrame.tsx index 78f484990c..9a1f42374f 100644 --- a/web/apps/photos/src/components/PhotoFrame.tsx +++ b/web/apps/photos/src/components/PhotoFrame.tsx @@ -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/PhotoViewer"; +import { FileViewer } from "@/new/photos/components/FileViewer"; import type { GalleryBarMode } from "@/new/photos/components/gallery/reducer"; import { TRASH_SECTION } from "@/new/photos/services/collection"; import { styled } from "@mui/material";