import { BtnWrapper, ButtonClose, ModalText } from '../../../styles/Components'; import Button from '../button/Button'; import Modal from './Modal'; import { modalTypes } from '../../../assets/data'; const DynamicModal = ({modalType, view, handleSubmit, handleCancel, modalText, children, ChildView}) => { if (!view) return null; const OkButton = ({handleClick}) => { return