From f44e44b68bd7ea1941d6d74850ce86ffef51add2 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Fri, 21 Mar 2025 16:55:56 +0530 Subject: [PATCH] cleanup --- client/src/Pages/LandingPage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/Pages/LandingPage.tsx b/client/src/Pages/LandingPage.tsx index 8ff0979..6bd96b4 100644 --- a/client/src/Pages/LandingPage.tsx +++ b/client/src/Pages/LandingPage.tsx @@ -20,12 +20,11 @@ import { NoiseAware as NoiseAwareIcon, MusicNote as MusicNoteIcon, } from '@mui/icons-material'; -import { useState } from 'react'; function LandingPage() { const navigate = useNavigate(); const theme = useTheme(); - const [showContent, setShowContent] = useState(true); + const showContent = true; return (