fix(hooks): usage of useForm

This commit is contained in:
Divlo
2022-08-26 00:30:54 +02:00
parent 17656c149a
commit a2edafdc22
7 changed files with 103 additions and 104 deletions

View File

@ -1,9 +1,11 @@
# For more information see: https://editorconfig.org/
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true