This commit is contained in:
Joel Mathew Thomas
2025-03-21 16:55:56 +05:30
parent 14a9f16b04
commit f44e44b68b
+1 -2
View File
@@ -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 (
<Box