From 530ae6c0be9abf0fa6fc16272c2a9891c162105b Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sat, 21 Sep 2024 08:14:00 +0530 Subject: [PATCH] Up --- .../Collections/{CollectionOptions => }/AlbumCastDialog.tsx | 2 +- web/apps/photos/src/components/Collections/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename web/apps/photos/src/components/Collections/{CollectionOptions => }/AlbumCastDialog.tsx (99%) diff --git a/web/apps/photos/src/components/Collections/CollectionOptions/AlbumCastDialog.tsx b/web/apps/photos/src/components/Collections/AlbumCastDialog.tsx similarity index 99% rename from web/apps/photos/src/components/Collections/CollectionOptions/AlbumCastDialog.tsx rename to web/apps/photos/src/components/Collections/AlbumCastDialog.tsx index 2bf59abf55..b80ef2565a 100644 --- a/web/apps/photos/src/components/Collections/CollectionOptions/AlbumCastDialog.tsx +++ b/web/apps/photos/src/components/Collections/AlbumCastDialog.tsx @@ -14,7 +14,7 @@ import { t } from "i18next"; import { useEffect, useState } from "react"; import { Trans } from "react-i18next"; import { v4 as uuidv4 } from "uuid"; -import { loadSender } from "../../../utils/useCastSender"; +import { loadSender } from "../../utils/useCastSender"; interface Props { show: boolean; diff --git a/web/apps/photos/src/components/Collections/index.tsx b/web/apps/photos/src/components/Collections/index.tsx index 9c656cf302..b81e9fa642 100644 --- a/web/apps/photos/src/components/Collections/index.tsx +++ b/web/apps/photos/src/components/Collections/index.tsx @@ -24,7 +24,7 @@ import { isFilesDownloadCancelled, isFilesDownloadCompleted, } from "../FilesDownloadProgress"; -import AlbumCastDialog from "./CollectionOptions/AlbumCastDialog"; +import AlbumCastDialog from "./AlbumCastDialog"; /** * Specifies what the bar is displaying currently.