Skip to content

Commit

Permalink
chore(www): remove unneccesary imports (shadcn-ui#1311)
Browse files Browse the repository at this point in the history
* chore: remove uneccesary imports

* chore: remove from new-york style

---------

Co-authored-by: shadcn <[email protected]>
  • Loading branch information
2 people authored and lloydrichards committed Oct 3, 2023
1 parent 96cbe27 commit c83bba8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions apps/www/registry/default/example/textarea-form.tsx
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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"

Expand Down
4 changes: 0 additions & 4 deletions apps/www/registry/new-york/example/textarea-form.tsx
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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"

Expand Down

0 comments on commit c83bba8

Please sign in to comment.