import React from 'react'; import Alert from '@mui/material/Alert'; import AlertTitle from '@mui/material/AlertTitle'; function MDContent({content}) { return (
Want to know more? 🌱 Follow or DM me on Twitter at @tuancm
); } export default MDContent;