import React from "react";
import * as File from "utils/file"
import {Button, Modal, Nav} from "react-bootstrap";
function HistoryModal({closeFn, standardCode}){
function fileDownloadStandardCode(fileSeq){
File.standardCode(fileSeq);
}
function fileDownload(fileSeq){
File.download(fileSeq);
}
return(
<>
개정이력