import Chip from '@mui/material/Chip'; import Stack from '@mui/material/Stack'; export default function DeletableChips() { const handleDelete = () => { console.info('You clicked the delete icon.'); }; return ( ); }