Skip to content

Commit 42d8fd0

Browse files
committed
chore: Fix import
1 parent 98d4c40 commit 42d8fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import '@material/mwc-switch';
4848
import '@material/mwc-select';
4949
import '@material/mwc-textfield';
5050
import { EditCompletedEvent } from '@openscd/core';
51-
import { UserInfoEvent } from '../compas/foundation';
51+
import type { UserInfoEvent } from '../compas/foundation';
5252

5353
export function compasOpenMenuEvent(): CustomEvent<void> {
5454
return new CustomEvent<void>('open-drawer', { bubbles: true, composed: true });

0 commit comments

Comments
 (0)