isolamento de pacote
This commit is contained in:
commit
f34b66cbe4
96 changed files with 2285 additions and 0 deletions
12
dist-import/produtos/index.js
Normal file
12
dist-import/produtos/index.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { produto_betha_meio_ambiente } from "./_betha-meio-ambiente";
|
||||
import { produto_e_licencie } from "./_e-licencie";
|
||||
import { produto_e_licencie_gov } from "./_e-licencie-gov";
|
||||
import { produto_suporte } from "./_suporte";
|
||||
import { chaves_produto, opcoesVinculos, opcoesVinculosGov, Produto, provedoresGov, versao_usuarios, } from "./tipagem";
|
||||
export const listaProdutos = {
|
||||
"betha-meio-ambiente": produto_betha_meio_ambiente,
|
||||
"e-licencie": produto_e_licencie,
|
||||
"e-licencie-gov": produto_e_licencie_gov,
|
||||
suporte: produto_suporte,
|
||||
};
|
||||
export { Produto, chaves_produto, opcoesVinculosGov, opcoesVinculos, provedoresGov, produto_betha_meio_ambiente, produto_e_licencie, produto_e_licencie_gov, produto_suporte, versao_usuarios, };
|
||||
Loading…
Add table
Add a link
Reference in a new issue