Open AngadSudan opened 1 month ago
App.JSX file has too many import statements making the code less cleaner and increasing the Line of Code(LOC).
Fix- Adding an index file to the directories and importing data from there.
Benefits- improves code Quality and Reduces the LOC.
Can you assign this issue to me.
App.JSX file has too many import statements making the code less cleaner and increasing the Line of Code(LOC).
Fix- Adding an index file to the directories and importing data from there.
Benefits- improves code Quality and Reduces the LOC.