Skip to content

Commit

Permalink
chore: remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
Sma1lboy committed Nov 30, 2024
1 parent f06da60 commit 8c4f3e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ee/tabby-ui/components/message-markdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -602,10 +602,6 @@ export function SiteFavicon({
)
}

interface SymbolMapType {
[key: string]: SymbolInfo
}

function IssueStateBadge({ closed }: { closed: boolean }) {
return (
<Badge
Expand Down

0 comments on commit 8c4f3e6

Please sign in to comment.