From 4085a961457c1576cc290b331b198516fc7e4c09 Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 8 Jun 2026 20:41:21 +0200 Subject: [PATCH] formatting --- interface/src/components/layout/LayoutMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/components/layout/LayoutMenu.tsx b/interface/src/components/layout/LayoutMenu.tsx index 090dadf4c..bcfafac5d 100644 --- a/interface/src/components/layout/LayoutMenu.tsx +++ b/interface/src/components/layout/LayoutMenu.tsx @@ -7,8 +7,8 @@ import ConstructionIcon from '@mui/icons-material/Construction'; import KeyboardArrowDown from '@mui/icons-material/KeyboardArrowDown'; import LiveHelpIcon from '@mui/icons-material/LiveHelp'; import MoreTimeIcon from '@mui/icons-material/MoreTime'; -import PlaylistPlayIcon from '@mui/icons-material/PlaylistPlay'; import PlaylistAddIcon from '@mui/icons-material/PlaylistAdd'; +import PlaylistPlayIcon from '@mui/icons-material/PlaylistPlay'; import SensorsIcon from '@mui/icons-material/Sensors'; import SettingsIcon from '@mui/icons-material/Settings'; import StarIcon from '@mui/icons-material/Star';