Merge pull request #1510 from ing-bank/chore/removeTypeComboboxImport
chore: remove typing inside import statement
This commit is contained in:
commit
c99a5dbb57
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);
|
customElements.define('lion-combobox', LionCombobox);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue