Skip to content

Commit

Permalink
docs(card): remove unused line #1652 (#1798)
Browse files Browse the repository at this point in the history
Fixes #1652
  • Loading branch information
miquelvir authored Oct 24, 2023
1 parent 35f776d commit c691779
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/www/registry/default/example/card-demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
CardHeader,
CardTitle,
} from "@/registry/default/ui/card"
import { Separator } from "@/registry/default/ui/separator"
import { Switch } from "@/registry/default/ui/switch"

const notifications = [
Expand Down
1 change: 0 additions & 1 deletion apps/www/registry/new-york/example/card-demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
CardHeader,
CardTitle,
} from "@/registry/new-york/ui/card"
import { Separator } from "@/registry/new-york/ui/separator"
import { Switch } from "@/registry/new-york/ui/switch"

const notifications = [
Expand Down

1 comment on commit c691779

@vercel
Copy link

@vercel vercel bot commented on c691779 Oct 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-git-main-shadcn-pro.vercel.app
ui-shadcn-pro.vercel.app
ui.shadcn.com

Please sign in to comment.