best seller categories
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import BannerSection from "./components/BannerSection";
|
||||
import BestSellerCategories from "./components/BestSellerCategories";
|
||||
import CategorySection from "./components/CategorySection";
|
||||
import OrderByApplication from "./components/OrderByApplication";
|
||||
import ProductSection from "./components/ProductSection";
|
||||
@@ -12,6 +13,7 @@ const Home = () => {
|
||||
<CategorySection />
|
||||
<ProductSection />
|
||||
<OrderByApplication />
|
||||
<BestSellerCategories />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user