chore: remove typing inside import statement
This commit is contained in:
parent
17340d8fd0
commit
3a0f89a28a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
import { /** @type{HTMLElement} */ LionCombobox } from './src/LionCombobox.js';
|
||||
import { LionCombobox } from './src/LionCombobox.js';
|
||||
|
||||
customElements.define('lion-combobox', LionCombobox);
|
||||
|
|
|
|||
Loading…
Reference in a new issue