pull/1379/head
konnorrogers 2023-06-15 14:59:26 -04:00
rodzic b8d84b7962
commit 74d78df23c
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,3 @@
import SlAlert from './alert.component';
export * from './alert.component';
export default SlAlert
window.customElements.define('sl-alert', class extends SlAlert {});

Wyświetl plik

@ -1,3 +1,3 @@
import SlAnimatedImage from './animated-image.component';
export * from './animated-image.component';
export default SlAnimatedImage
window.customElements.define('sl-animated-image', class extends SlAnimatedImage {});