change design footer & home & fields

This commit is contained in:
Ehsan
2024-10-23 05:47:21 +03:30
parent e4ce2f349b
commit 72cafd1e02
8 changed files with 59 additions and 24 deletions
@@ -0,0 +1,6 @@
const validate_phone_number = {
min: 1,
max: 9999999999,
};
export { validate_phone_number };