import React from 'react'; import Typography from "@mui/material/Typography"; export const ItemAccordion = ({text, size='h6'}) => { return ( {text} ) }