diff --git a/packages/lib/components/alert/alert.ts b/packages/lib/components/alert/alert.ts index 1ee202c..381ea7b 100644 --- a/packages/lib/components/alert/alert.ts +++ b/packages/lib/components/alert/alert.ts @@ -3,7 +3,6 @@ import { customElement, property } from 'lit/decorators.js'; import { classMap } from 'lit/directives/class-map.js'; type AlertPriorityType = 'Info' | 'Danger' | 'Warning' | 'Success'; - @customElement('cx-alert') export class Alert extends LitElement { static styles = css`