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,