Skip to content

Commit ae8bd71

Browse files
committed
chore: Remove unused imports
1 parent 56328f6 commit ae8bd71

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

packages/compas-open-scd/src/addons/CompasLayout.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,9 @@ import {
1616
Validator,
1717
MenuPlugin,
1818
pluginIcons,
19-
newResetPluginsEvent,
20-
newAddExternalPluginEvent,
21-
newSetPluginsEvent,
2219
} from '@openscd/open-scd/src/open-scd.js';
2320
import {
2421
Plugin,
25-
PluginKind,
26-
MenuPosition,
27-
menuPosition
2822
} from '@openscd/open-scd/src/plugin.js'
2923
import {
3024
HistoryUIKind,
@@ -37,11 +31,6 @@ import type { Drawer } from '@material/mwc-drawer';
3731
import type { ActionDetail } from '@material/mwc-list';
3832
import { List } from '@material/mwc-list';
3933
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';
4534

4635
import '@material/mwc-drawer';
4736
import '@material/mwc-list';

0 commit comments

Comments
 (0)