From 82f2652519c29d5803bdd576f1485a00db04373f Mon Sep 17 00:00:00 2001 From: Rushikesh Tote Date: Sun, 24 Jul 2022 00:06:42 +0530 Subject: [PATCH] fix build --- src/components/WatchFolder/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/WatchFolder/index.tsx b/src/components/WatchFolder/index.tsx index 8bbed4a25..2f6825975 100644 --- a/src/components/WatchFolder/index.tsx +++ b/src/components/WatchFolder/index.tsx @@ -7,8 +7,8 @@ import { WatchMapping } from 'types/watchFolder'; import { AppContext } from 'pages/_app'; import constants from 'utils/strings/constants'; import DialogBoxBase from 'components/DialogBox/base'; -import DialogTitleWithCloseButton from 'components/DialogBox/titleWithCloseButton'; -import UploadStrategyChoiceModal from 'components/pages/gallery/UploadStrategyChoiceModal'; +import DialogTitleWithCloseButton from 'components/DialogBox/TitleWithCloseButton'; +import UploadStrategyChoiceModal from 'components/Upload/UploadStrategyChoiceModal'; import { UPLOAD_STRATEGY } from 'constants/upload'; interface Iprops {