import { Button, Modal, ModalBody, ModalCloseButton, ModalContent, ModalFooter, ModalHeader, ModalOverlay, } from "@chakra-ui/react"; const AmountInvested = ({ isOpen, onClose }) => { return ( Investment

Amount Invested details go here...

); }; export default AmountInvested;