Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: replace template strings with regular string literals
Template literals are useful when you need: 1. [Interpolated strings](https://en.wikipedia.org/wiki/String_interpolation).
- Loading branch information