Created
April 20, 2018 14:59
-
-
Save GiselaMD/b40d3efd3c2f6a22710aecee13a105ed to your computer and use it in GitHub Desktop.
Imports
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { VALOR_HORA_CARD_TOTAL } from './../../classes/valor-hora_soma'; | |
import { VALOR_HORA_CARD_LIST } from '../../classes/valor-hora'; | |
import { HONORARIOS_EXEC_CARD_TOTAL } from './../../classes/honorariosExec_soma'; | |
import { HONORARIOS_EXEC_CARD_LIST } from './../../classes/honorariosExec'; | |
import { HONORARIOS_PROJ_CARD_LIST } from './../../classes/honorariosProj'; | |
import { HONORARIOS_PROJ_CARD_TOTAL } from '../../classes/honorariosProj_soma'; | |
import { VALOR_HORA_HNR_TOTAL } from "../../classes/valor-hora_honorarios"; | |
import { HCard } from './../../models/hcard.interface'; | |
import { VHCard } from '../../models/vhcard.interface'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment