Skip to content

Commit

Permalink
chore: import List class needed for instanceof validation
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Munoz <juancho0202@gmail.com>
  • Loading branch information
juancho0202 committed May 1, 2024
1 parent 1f9d7fb commit a7392d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/open-scd/src/addons/Layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit a7392d4

Please sign in to comment.