diff --git a/examples/simple/src/tags/TagList.tsx b/examples/simple/src/tags/TagList.tsx index 1cc4640594b..32590d0de7b 100644 --- a/examples/simple/src/tags/TagList.tsx +++ b/examples/simple/src/tags/TagList.tsx @@ -15,18 +15,21 @@ import { ListItemSecondaryAction, Collapse, Card, + Stack, } from '@mui/material'; import ExpandLess from '@mui/icons-material/ExpandLess'; import ExpandMore from '@mui/icons-material/ExpandMore'; const TagList = () => ( - - - - - - + + + + + + + + );