import type { FC } from 'react' const MenuSeparator: FC = () => ( <> |
) export default MenuSeparator