section --> main

This commit is contained in:
VividTruthKeeper 2022-06-24 03:44:28 +05:00
parent 484cba5c73
commit af83cf5290
1 changed files with 2 additions and 2 deletions

View File

@ -8,12 +8,12 @@ import Partners from "../components/main/PartnersSection";
const Main = () => {
return (
<section className="main">
<main className="main">
<MainSlider />
<EventsSection />
<PlayerRating />
<Partners />
</section>
</main>
);
};