import { Icon } from "@/components/ui/icon"; import { Button } from "@/components/ui/button"; import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger, } from "@/components/ui/dropdown-menu" const OutlineDropdown = () => { 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 OutlineDropdown;