import React from 'react' const WarningBlock = ({content}) => { return (

{content}

) } export default WarningBlock