diff --git a/src/components/sections/contact/ContactSplitForm.tsx b/src/components/sections/contact/ContactSplitForm.tsx index 33dd152..064adc5 100644 --- a/src/components/sections/contact/ContactSplitForm.tsx +++ b/src/components/sections/contact/ContactSplitForm.tsx @@ -10,6 +10,7 @@ import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import { getButtonProps } from "@/lib/buttonUtils"; import type { AnimationType } from "@/components/text/types"; +import { LucidePhoneCall } from "lucide-react"; export interface InputField { name: string; @@ -200,8 +201,11 @@ const ContactSplitForm = ({ ContactSplitForm.displayName = "ContactSplitForm"; -// Inserted + + export default ContactSplitForm; const ContactButton = () => (