import * as React from "react" function ErrorText({styleClass, children}){ return(

{children}

) } export default ErrorText