GuildCrafts/interview-app

Refactor: Change InputModules from array to object

Opened this issue · 0 comments

Refactor:
For all input modules files, change them from arrays into objects so that they do not have to be hard coded anywhere in the code.
These are all the templates within the src/browser/components/commons folder.

Then, go through code and refactor code to make use of these changes.