Skip to content

Commit

Permalink
chore(www): remove unneccesary imports (#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
dev-shetty and shadcn authored Aug 24, 2023
1 parent 4506822 commit 88fdc98
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

1 comment on commit 88fdc98

@vercel
Copy link

@vercel vercel bot commented on 88fdc98 Aug 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./apps/www

example-playground.vercel.app
ui.shadcn.com
ui-git-main-shadcn-pro.vercel.app
ui-shadcn-pro.vercel.app

Please sign in to comment.