order-regiteration-steps
This commit is contained in:
@@ -2,6 +2,7 @@ import BannerSection from "./components/BannerSection";
|
||||
import BestSellerCategories from "./components/BestSellerCategories";
|
||||
import CategorySection from "./components/CategorySection";
|
||||
import OrderByApplication from "./components/OrderByApplication";
|
||||
import OrderRegistrationSteps from "./components/OrderRegistrationSteps";
|
||||
import ProductSection from "./components/ProductSection";
|
||||
import StepSection from "./components/StepSection";
|
||||
|
||||
@@ -14,6 +15,7 @@ const Home = () => {
|
||||
<ProductSection />
|
||||
<OrderByApplication />
|
||||
<BestSellerCategories />
|
||||
<OrderRegistrationSteps />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user