lion/demo/lea-tab-panel.js
Thomas Allmer ea2ba7f1f6 chore: announcement blog
Co-authored-by: Passle <pascalschilp@gmail.com>
2020-02-12 18:22:57 +01:00

3 lines
106 B
JavaScript

import { LeaTabPanel } from './src/LeaTabPanel.js';
customElements.define('lea-tab-panel', LeaTabPanel);