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 (