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