import { FC, PropsWithChildren } from "react"; export const DropdownMenuSeparator: FC = ({ children }) => { return
{children}
; };