From b8f87c0c6113c21df4c56971567a01bc0148254d Mon Sep 17 00:00:00 2001 From: viown <48097677+viown@users.noreply.github.com> Date: Fri, 9 May 2025 15:05:11 +0300 Subject: [PATCH] Update DevicesDrawerSection.tsx Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> --- .../components/drawer/sections/DevicesDrawerSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/dashboard/components/drawer/sections/DevicesDrawerSection.tsx b/src/apps/dashboard/components/drawer/sections/DevicesDrawerSection.tsx index 1209e0ca1..7d462a1b0 100644 --- a/src/apps/dashboard/components/drawer/sections/DevicesDrawerSection.tsx +++ b/src/apps/dashboard/components/drawer/sections/DevicesDrawerSection.tsx @@ -1,5 +1,5 @@ -import Devices from '@mui/icons-material/Devices'; import Analytics from '@mui/icons-material/Analytics'; +import Devices from '@mui/icons-material/Devices'; import List from '@mui/material/List'; import ListItem from '@mui/material/ListItem'; import ListItemIcon from '@mui/material/ListItemIcon';