Skip to content

Commit

Permalink
refactor(chat): remove unused ListActiveSymbolItem type import from c…
Browse files Browse the repository at this point in the history
…hat utility
  • Loading branch information
Sma1lboy committed Feb 2, 2025
1 parent 09e5f26 commit 3c1bc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-ui/lib/utils/chat.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { uniq } from 'lodash-es'
import type { Filepath, ListActiveSymbolItem } from 'tabby-chat-panel'
import type { Filepath } from 'tabby-chat-panel'

import {
ContextInfo,
Expand Down

0 comments on commit 3c1bc65

Please sign in to comment.