From 740593531393343da19567b756932fa9bcea46a9 Mon Sep 17 00:00:00 2001 From: Muhindo-Galien Date: Wed, 28 Dec 2022 15:15:10 +0300 Subject: [PATCH] HotSongs uncommented --- components/LandingPage/LandingPage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/LandingPage/LandingPage.tsx b/components/LandingPage/LandingPage.tsx index 2a4b801..e1bd252 100644 --- a/components/LandingPage/LandingPage.tsx +++ b/components/LandingPage/LandingPage.tsx @@ -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"; @@ -13,8 +13,8 @@ const LandingPage = () => { {/* */} - {/* - */} + {/* */} + );