mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix exports
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import SlAlert from './alert.component';
|
||||
export default SlAlert
|
||||
export default SlAlert;
|
||||
window.customElements.define('sl-alert', class extends SlAlert {});
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import SlAnimatedImage from './animated-image.component';
|
||||
export default SlAnimatedImage
|
||||
export default SlAnimatedImage;
|
||||
window.customElements.define('sl-animated-image', class extends SlAnimatedImage {});
|
||||
|
||||
Reference in New Issue
Block a user