import { isEmpty } from 'lodash' import React from 'react' export default function Alert({ type = '', children }) { if (type === null) { return '' } if (type === 'error') { return (