diff --git a/src/app/contact-inquiry/page.tsx b/src/app/contact-inquiry/page.tsx index fdf4bfc..d258b3b 100644 --- a/src/app/contact-inquiry/page.tsx +++ b/src/app/contact-inquiry/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import { useState } from "react"; -import { Textarea } from "@/components/form/Textarea"; +import Textarea from "@/components/form/Textarea"; import { MessageCircle } from "lucide-react"; export default function ContactInquiryPage() {