// it has style inside index.scss ---> // Start CardDesign3 && end CardDesign3 import React from "react"; import CustomToast2 from "../CustomToast2"; import TitleSubtitle from "../../MiniComponents/TitleSubtitle"; import SearchBox from "../../SearchDesign/SearchBox"; const CardDesign3 = () => { return (
); }; export default CardDesign3;