const SaveStatusIndicator = ({ text }) => { return ( {text} {text} ); }; export default SaveStatusIndicator;