Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor AnimatedCounter component for improved readability
- Changed variable declarations from `let` to `const` for `valueRoundedToPlace`, `animatedValue`, `y`, `placeValue`, and `offset` to enhance code clarity and maintainability. - Updated array mapping method in the `Digit` component to use `Array.from` for better readability. - Minor formatting adjustments for consistency across the component.
- Loading branch information