Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #662: exchange var for const of require statements in src/files…
…ystem/interface.js (#668) * exchange var for const of require statements Changed decleration of import files from var to const in interface.js * Fixed all areas where var was used as well as use destructing assignment for CONST imports. * Fixed import const statement * Added changes from let to const in certain lines
- Loading branch information