2023-05-16 06:54:54 +00:00
|
|
|
import ngModule from '../../module';
|
2023-05-15 11:15:33 +00:00
|
|
|
import ModuleMain from 'salix/components/module-main';
|
|
|
|
|
|
|
|
ngModule.vnComponent('vnWorkerDepartment', {
|
2023-06-21 11:07:04 +00:00
|
|
|
controller: ModuleMain,
|
2023-05-15 11:15:33 +00:00
|
|
|
template: require('./index.html')
|
|
|
|
});
|