16 lines
419 B
JavaScript
16 lines
419 B
JavaScript
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'
|
|
export default {
|
|
project,
|
|
dept,
|
|
schedule,
|
|
quarterlyAssess,
|
|
problemmodify,
|
|
workFile,
|
|
workTrain
|
|
} |