diff --git a/components/dashboard/sms-page-client.tsx b/components/dashboard/sms-page-client.tsx index 3cf9706..b6cc335 100644 --- a/components/dashboard/sms-page-client.tsx +++ b/components/dashboard/sms-page-client.tsx @@ -8,7 +8,7 @@ import { Customer } from "@/types/customer" import { sendBulkSms } from "@/lib/sms/actions" import { Button } from "@/components/ui/button" -import { Input } from "@/components/ui/input" + import { Textarea } from "@/components/ui/textarea" import { Checkbox } from "@/components/ui/checkbox" import { Label } from "@/components/ui/label"