diff --git a/apps/web/components/dialog/RescheduleDialog.tsx b/apps/web/components/dialog/RescheduleDialog.tsx index 694e453784..4424653d0f 100644 --- a/apps/web/components/dialog/RescheduleDialog.tsx +++ b/apps/web/components/dialog/RescheduleDialog.tsx @@ -2,17 +2,7 @@ import { Dispatch, SetStateAction, useState } from "react"; import { useLocale } from "@calcom/lib/hooks/useLocale"; import { trpc } from "@calcom/trpc/react"; -import { - Button, - Dialog, - DialogClose, - DialogContent, - DialogFooter, - DialogHeader, - Icon, - showToast, - TextArea, -} from "@calcom/ui"; +import { Button, Dialog, DialogContent, Icon, showToast, TextArea } from "@calcom/ui"; interface IRescheduleDialog { isOpenDialog: boolean; @@ -40,44 +30,44 @@ export const RescheduleDialog = (props: IRescheduleDialog) => { return ( - -
-
- -
-
- - -

{t("reschedule_modal_description")}

-

- {t("reason_for_reschedule_request")} - (Optional) -

-