import { Alert } from "@chakra-ui/react" export const AlertWithDescription = () => { return ( Invalid Fields Your form has some errors. Please fix them and try again. ) }