7 lines
225 B
TypeScript
7 lines
225 B
TypeScript
/**
|
|
* HSE Controllers Index
|
|
* @module HSE
|
|
*/
|
|
export { createCapacitacionController } from './capacitacion.controller';
|
|
export { createIncidenteController } from './incidente.controller';
|
|
//# sourceMappingURL=index.d.ts.map
|