Skip to content

Commit

Permalink
docs: remove unused imports (#1661)
Browse files Browse the repository at this point in the history
- Remove unused import from Alert Default example
- Remove unused imports from Alert Destructive example
- Remove unused imports from Dropdown Menu Radio Group example
  • Loading branch information
jhawkins11 authored Oct 19, 2023
1 parent 545423c commit 33f89e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/www/registry/default/example/alert-demo.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Terminal, Waves } from "lucide-react"
import { Terminal } from "lucide-react"

import {
Alert,
Expand Down
2 changes: 1 addition & 1 deletion apps/www/registry/default/example/alert-destructive.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AlertCircle, FileWarning, Terminal } from "lucide-react"
import { AlertCircle } from "lucide-react"

import {
Alert,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
"use client"

import * as React from "react"
import { DropdownMenuCheckboxItemProps } from "@radix-ui/react-dropdown-menu"

import { Button } from "@/registry/default/ui/button"
import {
DropdownMenu,
DropdownMenuCheckboxItem,
DropdownMenuContent,
DropdownMenuLabel,
DropdownMenuRadioGroup,
Expand Down

1 comment on commit 33f89e9

@vercel
Copy link

@vercel vercel bot commented on 33f89e9 Oct 19, 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

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

Please sign in to comment.