|
@ -3,8 +3,10 @@ |
|
|
import * as personnelFiles from './personnelFiles' |
|
|
import * as personnelFiles from './personnelFiles' |
|
|
import * as employeeInformation from './employeeInformation' |
|
|
import * as employeeInformation from './employeeInformation' |
|
|
import * as salesDistribution from './salesDistribution' |
|
|
import * as salesDistribution from './salesDistribution' |
|
|
|
|
|
import * as departmentTrain from './departmentTrain' |
|
|
export default { |
|
|
export default { |
|
|
...personnelFiles, |
|
|
...personnelFiles, |
|
|
...employeeInformation, |
|
|
...employeeInformation, |
|
|
...salesDistribution |
|
|
...salesDistribution, |
|
|
|
|
|
...departmentTrain |
|
|
} |
|
|
} |