From 0c00898ac2b0f040687d22cdbb58febd22fdf587 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 8 May 2026 19:34:15 +0200 Subject: [PATCH] feat: export default class constructor --- src/status-indicator.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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