Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jan 15, 2025
1 parent 73ec0df commit f71b0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-editor/src/MenuList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit f71b0e1

Please sign in to comment.