From 00346534b4260f25391fa5fb0a33e79e6225caba Mon Sep 17 00:00:00 2001 From: Apalepex Date: Tue, 8 Oct 2024 17:52:08 +0200 Subject: [PATCH] remove unused --- .../photos/src/components/pages/gallery/SelectedFileOptions.tsx | 1 - web/apps/photos/src/utils/file/index.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/web/apps/photos/src/components/pages/gallery/SelectedFileOptions.tsx b/web/apps/photos/src/components/pages/gallery/SelectedFileOptions.tsx index ce84d37824..2d6e8769f9 100644 --- a/web/apps/photos/src/components/pages/gallery/SelectedFileOptions.tsx +++ b/web/apps/photos/src/components/pages/gallery/SelectedFileOptions.tsx @@ -29,7 +29,6 @@ import { import { FILE_OPS_TYPE } from "utils/file"; import { formatNumber } from "utils/number/format"; import { getTrashFilesMessage } from "utils/ui"; -import Favorite from "@mui/icons-material/FavoriteRounded"; interface Props { handleCollectionOps: ( diff --git a/web/apps/photos/src/utils/file/index.ts b/web/apps/photos/src/utils/file/index.ts index 71f39954c1..fa50ad8092 100644 --- a/web/apps/photos/src/utils/file/index.ts +++ b/web/apps/photos/src/utils/file/index.ts @@ -24,7 +24,7 @@ import { LS_KEYS, getData } from "@ente/shared/storage/localStorage"; import type { User } from "@ente/shared/user/types"; import { downloadUsingAnchor } from "@ente/shared/utils"; import { t } from "i18next"; -import { addMultipleToFavorites, addToFavorites, moveToHiddenCollection } from "services/collectionService"; +import { addMultipleToFavorites, moveToHiddenCollection } from "services/collectionService"; import { deleteFromTrash, trashFiles,