diff --git a/packages/open-scd/src/addons/Layout.ts b/packages/open-scd/src/addons/Layout.ts index d82a2ba0bb..2df334e75c 100644 --- a/packages/open-scd/src/addons/Layout.ts +++ b/packages/open-scd/src/addons/Layout.ts @@ -14,7 +14,8 @@ import { newSettingsUIEvent } from '@openscd/core/foundation/deprecated/settings import { MenuItem, Plugin, Validator, PluginKind, MenuPosition, MenuPlugin, menuPosition, pluginIcons, newResetPluginsEvent, newAddExternalPluginEvent, newSetPluginsEvent } from '../open-scd.js'; import { HistoryUIKind, newEmptyIssuesEvent, newHistoryUIEvent, newRedoEvent, newUndoEvent, UndoRedoChangedEvent } from './History.js'; import type { Drawer } from '@material/mwc-drawer'; -import type { ActionDetail, List } from '@material/mwc-list'; +import type { ActionDetail } from '@material/mwc-list'; +import { List } from '@material/mwc-list'; import type { ListItem } from '@material/mwc-list/mwc-list-item'; import type { Dialog } from '@material/mwc-dialog'; import type { MultiSelectedEvent } from '@material/mwc-list/mwc-list-foundation.js';