Rename the files with the appropriate structure
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
import {Typography} from "@mui/material";
|
||||
|
||||
const FormErrorMessage = (props) => {
|
||||
return (
|
||||
<Typography variant="body2" color="error">
|
||||
{props.children}
|
||||
</Typography>
|
||||
);
|
||||
};
|
||||
|
||||
export default FormErrorMessage;
|
||||
Reference in New Issue
Block a user