import project from './project/index' import dept from './dept/index' import schedule from './schedule/index' import quarterlyAssess from './quarterlyAssess/index' import problemmodify from './problemmodify/index' import workFile from './workFile/index' import workTrain from './workTrain/index' import special from './special/index' import dict from './dict/index' import attendance from './attendance/index' export default { project, dept, schedule, quarterlyAssess, problemmodify, workFile, workTrain, special, dict, attendance }