elementz
elementz copied to clipboard
refactor: input component
- Imports are sorted
- Extra brackets were removed
- Reformatted code using prettier
- Let and const are used instead of var
- Arrow functions are used instead of syntax function
- Components were closed In the form of self closing
- Additional nulls were removed and && was used instead