BhuwanSKumar / refrain-addiction-main

Developed a comprehensive initiative to address and mitigate addiction to drugs and pornography, focusing on prevention, awareness, and recovery strategies through evidence-based approaches.
https://refrain-addiction.netlify.app/
MIT License
10 stars 17 forks source link

Too many import Statements from the same Folder in APP.JSX #14

Open AngadSudan opened 1 month ago

AngadSudan commented 1 month ago

App.JSX file has too many import statements making the code less cleaner and increasing the Line of Code(LOC).

image

Fix- Adding an index file to the directories and importing data from there.

Benefits- improves code Quality and Reduces the LOC.

AngadSudan commented 1 month ago

Can you assign this issue to me.