feat: SW-1182 Moved modal to components folder

This commit is contained in:
Hrishikesh Vaipurkar
2025-01-08 15:02:28 +01:00
parent 9a25b3569d
commit 7baae05655
8 changed files with 4 additions and 6 deletions

View File

@@ -5,12 +5,12 @@ import { useEffect, useRef } from "react"
import { useIntl } from "react-intl"
import { CheckCircleIcon, CheckIcon, InfoCircleIcon } from "@/components/Icons"
import Modal from "@/components/Modal"
import Button from "@/components/TempDesignSystem/Button"
import Label from "@/components/TempDesignSystem/Form/Label"
import Body from "@/components/TempDesignSystem/Text/Body"
import Caption from "@/components/TempDesignSystem/Text/Caption"
import Modal from "../../../Modal/index"
import { RATE_CARD_EQUAL_HEIGHT_CLASS } from "../utils"
import PriceTable from "./PriceList"