divyansh-2005 / my-calendar-app

My Calendar App is a full-stack application designed to help users manage their schedules, expenses, todos, and notes all in one place. The app provides a seamless and intuitive user interface for efficient day-to-day management and includes robust backend support for secure data handling and user authentication.
https://my-calendar-app-phi.vercel.app
22 stars 51 forks source link

[BUG] Too Many Imports From Same Directory #75

Open AngadSudan opened 1 month ago

AngadSudan commented 1 month ago

There have been too many imports in The APP.JSX from the same directory making the code larger and is not a good practice.

To Reproduce Steps to reproduce the behavior:

  1. Go to APP.JSX in src directory

Expected behavior There Should be an index.js file from where all the components in a directory could have been imported for better readability and improved code Quality

Screenshots before

image

Homepage.jsx image

check list

illusionist52 commented 1 month ago

Can you assign me this issue?? @divyansh-2005