Skip to content

Commit

Permalink
docs(dropdown menu): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawkins11 committed Oct 3, 2023
1 parent b7b0edd commit e228426
Showing 1 changed file with 0 additions and 2 deletions.
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

0 comments on commit e228426

Please sign in to comment.