import { Icon } from "@/components/ui/icon"; import { Button } from "@/components/ui/button"; import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger, } from "@/components/ui/dropdown-menu" const BasicDropdown = () => { return (
Action Another Action Something Else Here Action Another Action Something Else Here Action Another Action Something Else Here Action Another Action Something Else Here Action Another Action Something Else Here Action Another Action Something Else Here Action Another Action Something Else Here
); }; export default BasicDropdown;