3 lines
94 B
JavaScript
3 lines
94 B
JavaScript
import { LionButton } from '../button.js';
|
|
|
|
customElements.define('lion-button', LionButton);
|