From efddf97c01a863f3767e97d69c35870ec087d057 Mon Sep 17 00:00:00 2001 From: Kenan KARAER Date: Mon, 26 Jan 2026 00:28:35 +0300 Subject: [PATCH] =?UTF-8?q?hata=20d=C3=BCzektme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/dashboard/sms-page-client.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"