From f71b0e1407c08729b8e6df79f879f5af000d3215 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Wed, 15 Jan 2025 09:40:55 +0000 Subject: [PATCH] Formatting --- src-editor/src/MenuList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-editor/src/MenuList.tsx b/src-editor/src/MenuList.tsx index 1234409e..7a20f344 100644 --- a/src-editor/src/MenuList.tsx +++ b/src-editor/src/MenuList.tsx @@ -11,7 +11,7 @@ import { } from 'react-icons/md'; import { Search as SearchIcon, Close as ClearIcon, Preview as PreviewIcon } from '@mui/icons-material'; -import { type AdminConnection, I18n, type IobTheme, withWidth, type ThemeType } from '@iobroker/adapter-react-v5'; +import { type AdminConnection, I18n, type IobTheme, withWidth } from '@iobroker/adapter-react-v5'; import PresetsTree from './Components/PresetsTree'; import ChartsTree from './Components/ChartsTree';