mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-05 22:03:16 -04:00
refactor: remove unused vars
This commit is contained in:
@@ -14,12 +14,7 @@ interface WaitlistInputs {
|
||||
}
|
||||
|
||||
export function HomeCTA() {
|
||||
const {
|
||||
register,
|
||||
handleSubmit,
|
||||
watch,
|
||||
formState: { errors }
|
||||
} = useForm<WaitlistInputs>();
|
||||
const { register, handleSubmit } = useForm<WaitlistInputs>();
|
||||
|
||||
const [loading, setLoading] = useState(false);
|
||||
const [showWaitlistInput, setShowWaitlistInput] = useState(false);
|
||||
|
||||
Reference in New Issue
Block a user