sttm-web
sttm-web copied to clipboard
code optimization for icons, utils, constants etc.
Currently the whole code for utils, icons, constants etc are uncategorized and lies in 1 single file which makes it hards to read, understand, and maintain.
Approach to improve -
- Divide the code written in 1 file into multiple
- Categorize those files.