Skip to content

Commit

Permalink
fix/exports
Browse files Browse the repository at this point in the history
  • Loading branch information
gabsima-nexapp committed Feb 16, 2021
1 parent 226e984 commit 150824f
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions src/index.ts
@@ -1,8 +1,8 @@
import useFormData from "./hooks/useFormData";
import FormValidator from "./domain/form/validation/FormValidator";
import type ValidationRules from "./domain/form/validation/ValidationRules";
import type InvalidFieldError from "./domain/form/validation/InvalidFieldError";
import * as FormValidations from "./domain/form/validation/FormValidations";
import FormValidator from "./domain/FormValidator";
import type ValidationRules from "./domain/ValidationRules";
import type InvalidFieldError from "./domain/InvalidFieldError";
import * as FormValidations from "./domain/FormValidations";

export {
FormValidator,
Expand Down

0 comments on commit 150824f

Please sign in to comment.