diff --git a/src/utils/functions/index.ts b/src/utils/functions/index.ts index 65794fc..090badd 100644 --- a/src/utils/functions/index.ts +++ b/src/utils/functions/index.ts @@ -1,5 +1,6 @@ export { default as checkConnection } from './checkConnection' -export { default as createPdf } from './createPdf' +export { default as createPdfElectrical } from './createPdfElectrical' +export { default as createPdfOccupancy } from './createPdfOccupancy' export { default as postApi } from './postApi' export { default as getApi } from './getApi' export { default as getApiMulti } from './getApiMulti'