File tree Expand file tree Collapse file tree
app/modules/com/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { OrganizacionService } from '../../../services/organizacion.service';
1111import { SemaforoService } from '../../semaforo-priorizacion/service/semaforo.service' ;
1212import { IDerivacion } from '../interfaces/IDerivacion.interface' ;
1313import { DerivacionesService } from './../../../services/com/derivaciones.service' ;
14- import { PuntoInicioService } from 'src/app /services/puntoInicio/punto-inicio.service' ;
14+ import { PuntoInicioService } from './../../.. /services/puntoInicio/punto-inicio.service' ;
1515
1616@Component ( {
1717 selector : 'com-punto-inicio' ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ $trastorno: #ff4a1a;
77$hallazgo : #f4a03b ;
88$procedimiento : #92278e ;
99$solicitud : #0070cc ;
10+ $com : #7a1e2b ;
1011// $productos: #ef0993;
1112$producto : #00bcb4 ;
1213$adjunto : #b9c512 ;
@@ -29,6 +30,7 @@ $plex-tabs-color-extend: (
2930 regimen : $procedimiento ,
3031 entidad : $procedimiento ,
3132 solicitud : $solicitud ,
33+ com : $com ,
3234 producto : $producto ,
3335 adjunto : $adjunto ,
3436 elementoderegistro : $registro ,
You can’t perform that action at this time.
0 commit comments