File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
packages/compas-open-scd/src/addons Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,9 @@ import {
16
16
Validator ,
17
17
MenuPlugin ,
18
18
pluginIcons ,
19
- newResetPluginsEvent ,
20
- newAddExternalPluginEvent ,
21
- newSetPluginsEvent ,
22
19
} from '@openscd/open-scd/src/open-scd.js' ;
23
20
import {
24
21
Plugin ,
25
- PluginKind ,
26
- MenuPosition ,
27
- menuPosition
28
22
} from '@openscd/open-scd/src/plugin.js'
29
23
import {
30
24
HistoryUIKind ,
@@ -37,11 +31,6 @@ import type { Drawer } from '@material/mwc-drawer';
37
31
import type { ActionDetail } from '@material/mwc-list' ;
38
32
import { List } from '@material/mwc-list' ;
39
33
import type { ListItem } from '@material/mwc-list/mwc-list-item' ;
40
- import type { Dialog } from '@material/mwc-dialog' ;
41
- import type { MultiSelectedEvent } from '@material/mwc-list/mwc-list-foundation.js' ;
42
- import type { Select } from '@material/mwc-select' ;
43
- import type { Switch } from '@material/mwc-switch' ;
44
- import type { TextField } from '@material/mwc-textfield' ;
45
34
46
35
import '@material/mwc-drawer' ;
47
36
import '@material/mwc-list' ;
You can’t perform that action at this time.
0 commit comments