From cb188d221270600cbc713274b95ffdf345856a53 Mon Sep 17 00:00:00 2001 From: mahdi Date: Mon, 25 Apr 2022 13:02:20 +0430 Subject: [PATCH] update src/components/CardDesign3/index.js, src/components/CardTrelloDesign/index.js and src/components/TitleSubtitle/index.js --- src/components/CardDesign3/index.js | 5 +++++ src/components/CardTrelloDesign/index.js | 9 ++++----- src/components/TitleSubtitle/index.js | 25 ++++++------------------ 3 files changed, 15 insertions(+), 24 deletions(-) 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"} /> +