chore: remove typing inside import statement

This commit is contained in:
Thijs Louisse 2021-10-08 00:05:59 +02:00
parent 17340d8fd0
commit 3a0f89a28a

View file

@ -1,3 +1,3 @@
import { /** @type{HTMLElement} */ LionCombobox } from './src/LionCombobox.js';
import { LionCombobox } from './src/LionCombobox.js';
customElements.define('lion-combobox', LionCombobox);