Skip to content

Commit

Permalink
fix: remove ununsed import
Browse files Browse the repository at this point in the history
  • Loading branch information
l1shen committed Dec 6, 2024
1 parent a3d08c3 commit faeb37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview-ui/src/components/chat/ChatView.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { VSCodeButton, VSCodeLink } from "@vscode/webview-ui-toolkit/react"
import { VSCodeButton } from "@vscode/webview-ui-toolkit/react"
import debounce from "debounce"
import { useCallback, useEffect, useMemo, useRef, useState } from "react"
import { useDeepCompareEffect, useEvent, useMount } from "react-use"
Expand Down

0 comments on commit faeb37f

Please sign in to comment.