export const ovhFormCreate = (context) => {
  const { tr } = context;
  const FormCreate = providerFormCreate(context);
  const OvhConfigForm = ovhConfigForm(context);
  const Footer = providerConfigCreateFooter(context);