We are using PopupTools in the src/components/Header,jsx it's not a great idea to import the PopupTools library, instead, we can replace the sameAs we are using antd library in our tool let us completely remove other libraries and make our codebase clean.
[] PopupTools in the `src/components/Header,jsx` can be replaced with the popover from the [[ https://ant.design/components/popover/ | and ]]
Similarly, we are using[] react-notifications library for the notifications whichin `src/components/Header.jsx` can be replaced with Notification from antd https://ant.design/components/notification
[] FormGroup at `src/components/UploadBox.js` from reactstrap can be replaced with the antd form https://ant.design/components/notificationform/
So we can completely remove `PopupTools` and, `react-notificationsns` and `reactstrap` libraries from our tool.