10 lines
128 B
TypeScript

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