import {Button, Modal, ModalBody, ModalFooter, ModalHeader, ModalTitle} from "react-bootstrap"; function StandardCodeListModal({show,content,onClose,title,size}){ return( {title} {content} 닫기 ) } function TestTable({content}){ return(