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