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'; +