diff --git a/src/status-indicator.ts b/src/status-indicator.ts index 7ec7228..fbc7c69 100644 --- a/src/status-indicator.ts +++ b/src/status-indicator.ts @@ -33,4 +33,6 @@ class StatusIndicator extends WebComponent { } } -customElements.define('status-indicator', StatusIndicator) \ No newline at end of file +customElements.define('status-indicator', StatusIndicator) + +export default StatusIndicator \ No newline at end of file