remove unessesary import

This commit is contained in:
Niklas 2025-06-20 16:11:16 +02:00 committed by BlankAccountsUsername
parent 6af011ff93
commit 813d13c7fc

View file

@ -1,6 +1,6 @@
import "./header.css";
import React, { useState, useRef } from "react";
import { colors, createTheme, List, ListItem, ListItemButton, ListItemIcon, ListItemText, SwipeableDrawer, ThemeProvider } from '@mui/material';
import { createTheme, List, ListItem, ListItemButton, ListItemIcon, ListItemText, SwipeableDrawer, ThemeProvider } from '@mui/material';
import Box from '@mui/material/Box';
import AddAPhotoIcon from '@mui/icons-material/AddAPhoto';
import DynamicFeedIcon from '@mui/icons-material/DynamicFeed';