Modifies the export of validations-factory, so that it now matches the import from form.js

This commit is contained in:
Maxi Redigonda 2018-01-18 20:35:56 -03:00
parent 39fd45dced
commit 5460e5ad49
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ class ValidatorFactory {
}
}
export default ValidatorFactory;
export default ValidationFactory;