Skip to content

Commit d2d2603

Browse files
Potential fix for pull request finding 'Unused variable, import, function or class'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 331b002 commit d2d2603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/dashboard/ai-tools/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
SelectTrigger,
1010
SelectValue,
1111
} from "@/components/ui/select"
12-
import { Send, Sparkles, Bot, User, Trash2, Copy, Check, Settings2 } from "lucide-react"
12+
import { Send, Sparkles, Bot, User, Trash2, Copy, Check } from "lucide-react"
1313
import { getTranslations, getUserLanguage } from "@/lib/config"
1414
import { useChat } from "@ai-sdk/react"
1515

0 commit comments

Comments
 (0)