orderby application section
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import BannerSection from "./components/BannerSection";
|
||||
import CategorySection from "./components/CategorySection";
|
||||
import OrderByApplication from "./components/OrderByApplication";
|
||||
import ProductSection from "./components/ProductSection";
|
||||
import StepSection from "./components/StepSection";
|
||||
|
||||
@@ -10,6 +11,7 @@ const Home = () => {
|
||||
<StepSection />
|
||||
<CategorySection />
|
||||
<ProductSection />
|
||||
<OrderByApplication />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user