-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor<tel>: change path_render from object literal to be a class
I was testing inf and the code didn't work so i went through it to refactor some parts. The goal is to change all the code instances to use classes instead of the object literals. Why object literals were used in the first place? I assume because there were no import and exports in the code and all the files were imported in index directly. I changed the import to have it only from index.js and router, all the other .js files are imported into these two files
- Loading branch information
1 parent
dd37657
commit 7887b9a
Showing
1 changed file
with
83 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters