import { styled, } from "@mui/material"; export const MenuDivider = styled('div')(({ theme }) => ({ borderLeft: `1px solid ${theme.palette.action.hover}`, marginBottom: 20, }));