Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frideska committed Dec 17, 2024
1 parent d459b00 commit 2da679e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/lib/components/alert/alert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 2da679e

Please sign in to comment.