Rename the files with the appropriate structure

This commit is contained in:
Amirhossein Mahmoodi
2023-08-09 13:52:57 +03:30
parent 2896f7dae5
commit d33c4b252e

View File

@@ -1,11 +0,0 @@
import {Typography} from "@mui/material";
const FormErrorMessage = (props) => {
return (
<Typography variant="body2" color="error">
{props.children}
</Typography>
);
};
export default FormErrorMessage;