From f9800220ab85a0a695f53c65c953c755964ef4ff Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 27 Nov 2025 16:10:43 +0800 Subject: [PATCH] Updated functions index --- src/utils/functions/index.ts | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/utils/functions/index.ts b/src/utils/functions/index.ts index 090badd..2aeb6e6 100644 --- a/src/utils/functions/index.ts +++ b/src/utils/functions/index.ts @@ -1,6 +1,9 @@ -export { default as checkConnection } from './checkConnection' -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' +export { default as checkConnection } from './checkConnection.ts'; +export { default as createPdfElectrical } from './createPdfElectrical.ts'; +export { default as createPdfOccupancy } from './createPdfOccupancy.ts'; +export { default as getApi } from './getApi.ts'; +export { default as getApiMulti } from './getApiMulti.ts'; +export { default as postApi } from './postApi.ts'; +export { default as statusPopsApi } from './statusPopsApi.ts'; +export { default as voidPopsApi } from './voidPopsApi.ts'; +