import { Icon } from "@/components/ui/icon"; import { Button } from "@/components/ui/button"; import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger, } from "@/components/ui/dropdown-menu" const DropdownDirections = () => { return (
Action Another Action Something Else Here Action Another Action Something Else Here My Account Profile Billing Team Subscription Action Another Action Something Else Here Action Another Action Something Else Here My Account Profile Billing Team Subscription My Account Profile Billing Team Subscription
); }; export default DropdownDirections;