diff --git a/src/components/CardDesign3/index.js b/src/components/CardDesign3/index.js index b016623..0364457 100644 --- a/src/components/CardDesign3/index.js +++ b/src/components/CardDesign3/index.js @@ -1,5 +1,6 @@ import React from "react"; import CustomToast2 from "../CustomToast2"; +import Button from "../Button"; import TitleSubtitle from "../TitleSubtitle"; const CardDesign3 = () => { @@ -13,6 +14,10 @@ const CardDesign3 = () => { titleDividerBgColor={"bg-[#1FF87D]"} titleDividerWidth={"w-1.5"} /> +