SiLeBAT / fcl-client

Web app for analyzing food delivery networks
https://silebat.github.io/fcl-client/
GNU General Public License v3.0
7 stars 2 forks source link

Remove unused imports from accross the codebase. #816

Closed arne-z closed 2 months ago

arne-z commented 2 months ago

Unnecessary imports refer to importing modules, libraries, or dependencies that are not used or referenced anywhere in the code. These imports do not contribute to the functionality of the application and only add extra weight to the JavaScript bundle, leading to potential performance and maintainability issues.

arne-z commented 2 months ago

@ruegenbfr wasn't sure if this needed a review, thought I'd err on the side of caution. The entire PR is just removing unused imports.