Skip to content

Commit

Permalink
fix: remove unused watch
Browse files Browse the repository at this point in the history
  • Loading branch information
g-francesca committed Jul 25, 2024
1 parent 360e8d9 commit d983c31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Component, Host, Prop, Watch, h } from '@stencil/core'
import { Component, Host, Prop, h } from '@stencil/core'
import { chatContext, type TChatInteraction } from '@/context/chatContext'

@Component({
Expand Down

0 comments on commit d983c31

Please sign in to comment.