From d2eff357913dce26ae5b1d816a153b0b323130c1 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 13 Nov 2025 17:01:38 +0800 Subject: [PATCH] Added createPdf as a indexed function --- src/utils/functions/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'