idurar / idurar-erp-crm

Free Open Source ERP CRM Accounting Invoicing Software | Node Js React
https://cloud.idurarapp.com
GNU Affero General Public License v3.0
6.27k stars 1.89k forks source link

Improvement: Code Optimization #1016

Open inesmrad opened 6 months ago

inesmrad commented 6 months ago

Description

For a better code optimization, i removed unused imports in both frontend and backend. Unused imports may not directly impact the functionality of the code, but they can clutter the codebase and increase its complexity unnecessarily. Therefore removing unecessary imports may help streamline the code, making it cleaner, easier to maintain, and potentially improving compilation times and runtime performance.

Checklist

mdshadab998998 commented 6 months ago

I want to solve this

inesmrad commented 6 months ago

I want to solve this

hi @mdshadab998998 i already checked the backend and frontend for unused imports and this is the corresponding pull request