import { Typography } from '@mui/material'; import * as React from 'react'; export const ComponentError: React.FC<{ text: string }> = ({ text }) => ( {text} );