diff --git a/components/LandingPage/LandingPage.tsx b/components/LandingPage/LandingPage.tsx index deacc87..e561442 100644 --- a/components/LandingPage/LandingPage.tsx +++ b/components/LandingPage/LandingPage.tsx @@ -1,7 +1,8 @@ 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"; @@ -13,8 +14,9 @@ const LandingPage = () => { + - {/* */} + );