Skip to content

Commit 7599dbd

Browse files
committed
fix(frontend): remove duplicate useState import in WaitlistModal
1 parent 5ecf234 commit 7599dbd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/src/components/landing/WaitlistModal.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 { X, Loader2, CheckCircle2, Rocket, Sparkles, Building2 } from 'lucide-react'
54
import { Button } from '@/components/ui/button'

0 commit comments

Comments
 (0)