Extract validation functions in the separate file

This commit is contained in:
ArtemBaskal
2020-07-03 19:10:05 +03:00
parent c12309a1b2
commit 0c4905fa2b
13 changed files with 275 additions and 207 deletions

View File

@@ -505,3 +505,5 @@ export const FORM_NAME = {
};
export const smallScreenSize = 767;
export const SECONDS_IN_HOUR = 60 * 60;