Skip to content

Commit

Permalink
HotSongs uncommented
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhindo-Galien committed Dec 28, 2022
1 parent c362731 commit 7405935
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/LandingPage/LandingPage.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from "react";
import TopSongs from "../modules/TopSongs/TopSongs";
// import HotSongs from "../modules/HotSongs";
import HotSongs from "../modules/HotSongs";
// import NewReleases from "../modules/NewReleases";
import PageCard from "../modules/__modules__/Card/PageCard";
// import FeaturedAlbum from "../modules/FeaturedAlbum";
Expand All @@ -13,8 +13,8 @@ const LandingPage = () => {
<PageCard setIsTopNav={setIsTopNav} >
{/* <NewReleases /> */}
<TopSongs />
{/* <FeaturedAlbum />
<HotSongs />*/}
{/* <FeaturedAlbum />*/}
<HotSongs />
</PageCard>
</div>
);
Expand Down

0 comments on commit 7405935

Please sign in to comment.