srivastavaritik / Extraspace-Cloud

A cloud where users can make folders, upload all types of files and links, making it easier to keep everything organised and secure with security of Google's Firebase.
https://extraspace-cloud.netlify.app
MIT License
27 stars 47 forks source link

improve code by removing unnecessary imports and removing React.StrictMode the index.js file #97

Open blessingblockchain opened 1 year ago

blessingblockchain commented 1 year ago

The code includes unnecessary imports for Bootstrap and Material Icons CSS files. Since they are not used in the provided code snippet, you can remove them.

While it's generally recommended to use React.StrictMode during development to catch potential issues, it's not necessary to include it in the production code.

assign me this @srivastavaritik in order to improve code