import Avatar from '@mui/joy/Avatar'; import IconButton from '@mui/joy/IconButton'; import List from '@mui/joy/List'; import ListItem from '@mui/joy/ListItem'; import ListItemButton from '@mui/joy/ListItemButton'; import ListItemDecorator from '@mui/joy/ListItemDecorator'; import ListDivider from '@mui/joy/ListDivider'; import Typography from '@mui/joy/Typography'; import Sheet from '@mui/joy/Sheet'; import Home from '@mui/icons-material/Home'; import Apps from '@mui/icons-material/Apps'; import MoreVert from '@mui/icons-material/MoreVert'; import JoyVariablesDemo from 'docs/src/modules/components/JoyVariablesDemo'; export default function ListVariables() { return ( ( ({ ...sx, width: 300, ...theme.variants.outlined.neutral, })} > Home Products } sx={{ fontWeight: 'md' }} > Online people } > Mabel Boyle } > Boyd Burt )} /> ); }