From 42c1687b3fa7c33f3218340b686c20782034adff Mon Sep 17 00:00:00 2001 From: abhinav-grd Date: Wed, 22 Sep 2021 11:57:09 +0530 Subject: [PATCH] fix archive icon import --- src/components/pages/gallery/SelectedFileOptions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pages/gallery/SelectedFileOptions.tsx b/src/components/pages/gallery/SelectedFileOptions.tsx index c55c96c7f..328b72908 100644 --- a/src/components/pages/gallery/SelectedFileOptions.tsx +++ b/src/components/pages/gallery/SelectedFileOptions.tsx @@ -8,7 +8,7 @@ import CrossIcon from 'components/icons/CrossIcon'; import AddIcon from 'components/icons/AddIcon'; import { IconButton } from 'components/Container'; import constants from 'utils/strings/constants'; -import Archive from 'components/icons/archive'; +import Archive from 'components/icons/Archive'; interface Props { addToCollectionHelper: (collectionName, collection) => void;