From dde5f16b4d44561f21066de5adbc1415854d261e Mon Sep 17 00:00:00 2001 From: Sergej Date: Mon, 12 Aug 2024 10:44:50 +0200 Subject: [PATCH] fix linter error --- src/components/Layout/Sidebar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout/Sidebar/index.tsx b/src/components/Layout/Sidebar/index.tsx index 5e9e6258..b9ade3a9 100644 --- a/src/components/Layout/Sidebar/index.tsx +++ b/src/components/Layout/Sidebar/index.tsx @@ -1,6 +1,6 @@ -import GridViewIcon from '@mui/icons-material/GridView'; import DashboardIcon from '@mui/icons-material/Dashboard'; import ExploreIcon from '@mui/icons-material/Explore'; +import GridViewIcon from '@mui/icons-material/GridView'; import HistoryIcon from '@mui/icons-material/History'; import HomeIcon from '@mui/icons-material/Home'; import ListOutlinedIcon from '@mui/icons-material/ListOutlined';