Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit ab41d9f

Browse files
committed
Fix linter error
1 parent 47408a5 commit ab41d9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webview-ui/src/components/chat/ErrorRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useState, useCallback, memo, useMemo } from "react"
22
import { useTranslation } from "react-i18next"
33
import { VSCodeButton } from "@vscode/webview-ui-toolkit/react"
4-
import { BookOpenText, MessageCircleWarning, Info, Copy, Check, Microscope } from "lucide-react"
4+
import { BookOpenText, MessageCircleWarning, Copy, Check, Microscope } from "lucide-react"
55

66
import { useCopyToClipboard } from "@src/utils/clipboard"
77
import { vscode } from "@src/utils/vscode"

0 commit comments

Comments
 (0)