mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
remove unessesary import
This commit is contained in:
parent
6af011ff93
commit
813d13c7fc
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue