contact form validations on submit

This commit is contained in:
2024-05-05 15:54:26 +05:30
parent fc5de6587b
commit fd43f9c1e6
3 changed files with 37 additions and 15 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export interface IContact{
name: string;
fromEmail: string;
email: string;
content: string;
}