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