index.js 189 Bytes
Newer Older
陈龙's avatar
陈龙 committed
1 2 3 4 5 6
import React from 'react';
import ReportsManage from './ReportsManage/ReportsManage';
const BasicReport = (props) => {
  return <ReportsManage {...props} />;
};
export default BasicReport;