sttm-web icon indicating copy to clipboard operation
sttm-web copied to clipboard

code optimization for icons, utils, constants etc.

Open gurjit03 opened this issue 5 years ago • 0 comments

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 -

  1. Divide the code written in 1 file into multiple
  2. Categorize those files.

gurjit03 avatar Jun 08 '20 10:06 gurjit03