fix exports

This commit is contained in:
konnorrogers
2023-06-15 14:59:26 -04:00
parent b8d84b7962
commit 74d78df23c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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 {});