hyperswitch-web
hyperswitch-web copied to clipboard
refactor: use utils functions
Type of Change
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Description
We were not using utility functions throughout the codebase in some places. Changing it to utils and using that.
How did you test it?
Code compile.
Checklist
- [x] I ran
npm run re:build
- [x] I reviewed submitted code
- [ ] I added unit tests for my changes where possible