Merge pull request #1510 from ing-bank/chore/removeTypeComboboxImport

chore: remove typing inside import statement
This commit is contained in:
Thijs Louisse 2021-10-15 11:36:19 +02:00 committed by GitHub
commit c99a5dbb57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);