cleanup
This commit is contained in:
@@ -20,12 +20,11 @@ import {
|
|||||||
NoiseAware as NoiseAwareIcon,
|
NoiseAware as NoiseAwareIcon,
|
||||||
MusicNote as MusicNoteIcon,
|
MusicNote as MusicNoteIcon,
|
||||||
} from '@mui/icons-material';
|
} from '@mui/icons-material';
|
||||||
import { useState } from 'react';
|
|
||||||
|
|
||||||
function LandingPage() {
|
function LandingPage() {
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
const theme = useTheme();
|
const theme = useTheme();
|
||||||
const [showContent, setShowContent] = useState(true);
|
const showContent = true;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Box
|
<Box
|
||||||
|
|||||||
Reference in New Issue
Block a user