feat: rewrite the form to react-hook-form and add validation
All checks were successful
it-academy/dry-wash-pl/pipeline/head This commit looks good
it-academy/dry-wash-pl/pipeline/pr-main This commit looks good

This commit is contained in:
2025-02-03 00:06:16 +03:00
parent 12982cdf9e
commit 9a20c9f098
5 changed files with 137 additions and 64 deletions

4
src/models/arm/form.ts Normal file
View File

@@ -0,0 +1,4 @@
export type DrawerInputs = {
phone: string;
name: string;
};