Family Task Slides

This commit is contained in:
CHIEFSOFT\ameye
2023-05-23 06:48:41 -04:00
parent 4286d90b36
commit 25c3c15145
3 changed files with 107 additions and 3 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import React from "react";
import datas from "../../data/product_data.json";
import TopSellerTopBuyerSliderSection from "./TopSellerTopBuyerSliderSection";
import TrendingSection from "./TrendingSection";
import CommonHead from "../UserHeader/CommonHead";
import FamilyActiveLSlde from "./FamilyActiveLSlde";
@@ -17,7 +17,7 @@ export default function FamilyDash(props) {
<CommonHead
commonHeadData={props.commonHeadData}
/>
<TrendingSection trending={trending} className="mb-10" />
<FamilyActiveLSlde trending={trending} className="mb-10" />
<TopSellerTopBuyerSliderSection className="mb-10" />
</div>
</div>