module SimpleForm::Components::Errors

def error

def error
  error_text if has_errors?
end