import manual from "./manual" import report from "./report" const groupAgent = { manual, report, } export default groupAgent