diff --git a/apps/www/registry/default/example/textarea-form.tsx b/apps/www/registry/default/example/textarea-form.tsx index 15d7b7bbf6..be39ca86c6 100644 --- a/apps/www/registry/default/example/textarea-form.tsx +++ b/apps/www/registry/default/example/textarea-form.tsx @@ -1,12 +1,10 @@ "use client" -import Link from "next/link" import { zodResolver } from "@hookform/resolvers/zod" import { useForm } from "react-hook-form" import * as z from "zod" import { Button } from "@/registry/default/ui/button" -import { Checkbox } from "@/registry/default/ui/checkbox" import { Form, FormControl, @@ -16,8 +14,6 @@ import { FormLabel, FormMessage, } from "@/registry/default/ui/form" -import { RadioGroup, RadioGroupItem } from "@/registry/default/ui/radio-group" -import { Switch } from "@/registry/default/ui/switch" import { Textarea } from "@/registry/default/ui/textarea" import { toast } from "@/registry/default/ui/use-toast" diff --git a/apps/www/registry/new-york/example/textarea-form.tsx b/apps/www/registry/new-york/example/textarea-form.tsx index 4ae77f5e47..b56d1246b4 100644 --- a/apps/www/registry/new-york/example/textarea-form.tsx +++ b/apps/www/registry/new-york/example/textarea-form.tsx @@ -1,12 +1,10 @@ "use client" -import Link from "next/link" import { zodResolver } from "@hookform/resolvers/zod" import { useForm } from "react-hook-form" import * as z from "zod" import { Button } from "@/registry/new-york/ui/button" -import { Checkbox } from "@/registry/new-york/ui/checkbox" import { Form, FormControl, @@ -16,8 +14,6 @@ import { FormLabel, FormMessage, } from "@/registry/new-york/ui/form" -import { RadioGroup, RadioGroupItem } from "@/registry/new-york/ui/radio-group" -import { Switch } from "@/registry/new-york/ui/switch" import { Textarea } from "@/registry/new-york/ui/textarea" import { toast } from "@/registry/new-york/ui/use-toast"