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