Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
g-francesca committed Oct 30, 2024
1 parent 51a7fda commit 916bebc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Component, Host, Prop, h, Element, State } from '@stencil/core'
import { chatContext, type TChatInteraction } from '@/context/chatContext'
import { OramaChatSuggestions } from '@/components/internal/orama-chat-suggestions/orama-chat-suggestions'

@Component({
tag: 'orama-chat-messages-container',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Component, Fragment, Listen, Host, Prop, State, Watch, h } from '@stencil/core'
import { chatContext, chatStore, TAnswerStatus } from '@/context/chatContext'
import type { SearchResult, SourcesMap } from '@/types'
import { OramaChatSuggestions } from '@/components/internal/orama-chat-suggestions/orama-chat-suggestions'
import '@phosphor-icons/webcomponents/dist/icons/PhPaperPlaneTilt.mjs'
import '@phosphor-icons/webcomponents/dist/icons/PhStopCircle.mjs'
import '@phosphor-icons/webcomponents/dist/icons/PhArrowDown.mjs'
Expand Down

0 comments on commit 916bebc

Please sign in to comment.