Skip to content

Commit 6c0b753

Browse files
committed
chore: adds "import type" for type-only imports
1 parent df9e401 commit 6c0b753

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/internal/mixins/SelectOnlyMixin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { property } from 'lit/decorators.js';
2-
import { UUISelectableMixinInterface } from './SelectableMixin.js';
2+
import type { UUISelectableMixinInterface } from './SelectableMixin.js';
33

44
type Constructor<T = {}> = new (...args: any[]) => T;
55

0 commit comments

Comments
 (0)