Skip to content

Commit b993840

Browse files
committed
fix(frontend): remove duplicate useState import in FeedbackWidget
1 parent 12f7d20 commit b993840

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/src/components/FeedbackWidget.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { useState } from 'react'
2-
import { useState } from 'react'
32
import { motion, AnimatePresence } from 'framer-motion'
43
import { MessageSquarePlus, X, Send, Loader2, CheckCircle2 } from 'lucide-react'
54
import { Button } from '@/components/ui/button'

0 commit comments

Comments
 (0)