Skip to content

Commit

Permalink
fix: exported name for chat-action
Browse files Browse the repository at this point in the history
  • Loading branch information
shibbas committed Nov 16, 2023
1 parent 480a155 commit 9493991
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface ChatActionButton {
}

@customElement('chat-action-button')
export class VoiceInputButton extends LitElement {
export class ChatActionButtonComponent extends LitElement {
static override styles = [styles];

@property({ type: String })
Expand Down

0 comments on commit 9493991

Please sign in to comment.