Skip to content

Commit

Permalink
merch
Browse files Browse the repository at this point in the history
  • Loading branch information
virajchandra51 committed Oct 18, 2023
1 parent 6833772 commit 78d58c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/home/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import Statistics from "../../components/statisticalData/Statistics";
import Footer from "../../components/footer/Footer";
import Section9 from "./sections/section9/Section9";
import Guidelines from "../../components/Guidelines/Guidelines";
import Merchandise from "../../components/merchandiseCard/MerchandiseCard";
// import ScrollToTopnew from "../../components/scrollToTop/ScrollToTop";

const HomePage = () => {
Expand All @@ -29,7 +28,6 @@ const HomePage = () => {
<Statistics />
<div className="container mx-auto main-container">
<Section2 />
<Merchandise />
{/* <Section9 /> */}
<Section12 />
<Section13 />
Expand Down

0 comments on commit 78d58c4

Please sign in to comment.