File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ import Box from '@mui/material/Box';
5
5
import Drawer from '@mui/material/Drawer' ;
6
6
import IconButton from '@mui/material/IconButton' ;
7
7
import Typography from '@mui/material/Typography' ;
8
+ import { useTheme } from '@mui/material/styles' ;
9
+ import { deepPurple } from '@mui/material/colors' ;
10
+
11
+ // Material Icons
8
12
import DashboardIcon from '@mui/icons-material/DashboardOutlined' ;
9
13
import EmailIcon from '@mui/icons-material/EmailOutlined' ;
10
14
import HelpIcon from '@mui/icons-material/HelpOutlineOutlined' ;
11
- import { useTheme } from '@mui/material/styles' ;
12
- import { deepPurple } from '@mui/material/colors' ;
13
15
14
16
// Font Awesome Icon
15
17
import { library } from '@fortawesome/fontawesome-svg-core' ;
You can’t perform that action at this time.
0 commit comments