import List from '@mui/joy/List'; import ListItem from '@mui/joy/ListItem'; import Typography from '@mui/joy/Typography'; export default function BasicList() { return (
Ingredients 1 red onion 2 red peppers 120g bacon
); }