From 16c77efa7782504ac5a4b5b09ac16deb1d5b5427 Mon Sep 17 00:00:00 2001 From: Ananddubey01 Date: Wed, 15 Feb 2023 20:47:23 +0530 Subject: [PATCH] Renamed QuickOptions components name --- .../QuickOptions/{DownloadOption.tsx => DownloadQuickOption.tsx} | 0 .../{MoveToTrashOption.tsx => MoveToTrashQuickOption.tsx} | 0 .../QuickOptions/{ShareOption.tsx => ShareQuickOption.tsx} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/components/Collections/CollectionOptions/QuickOptions/{DownloadOption.tsx => DownloadQuickOption.tsx} (100%) rename src/components/Collections/CollectionOptions/QuickOptions/{MoveToTrashOption.tsx => MoveToTrashQuickOption.tsx} (100%) rename src/components/Collections/CollectionOptions/QuickOptions/{ShareOption.tsx => ShareQuickOption.tsx} (100%) diff --git a/src/components/Collections/CollectionOptions/QuickOptions/DownloadOption.tsx b/src/components/Collections/CollectionOptions/QuickOptions/DownloadQuickOption.tsx similarity index 100% rename from src/components/Collections/CollectionOptions/QuickOptions/DownloadOption.tsx rename to src/components/Collections/CollectionOptions/QuickOptions/DownloadQuickOption.tsx diff --git a/src/components/Collections/CollectionOptions/QuickOptions/MoveToTrashOption.tsx b/src/components/Collections/CollectionOptions/QuickOptions/MoveToTrashQuickOption.tsx similarity index 100% rename from src/components/Collections/CollectionOptions/QuickOptions/MoveToTrashOption.tsx rename to src/components/Collections/CollectionOptions/QuickOptions/MoveToTrashQuickOption.tsx diff --git a/src/components/Collections/CollectionOptions/QuickOptions/ShareOption.tsx b/src/components/Collections/CollectionOptions/QuickOptions/ShareQuickOption.tsx similarity index 100% rename from src/components/Collections/CollectionOptions/QuickOptions/ShareOption.tsx rename to src/components/Collections/CollectionOptions/QuickOptions/ShareQuickOption.tsx