Updated functions index

This commit is contained in:
Patrick Alvin Alcala 2025-11-27 16:10:43 +08:00
parent 4e88485502
commit f9800220ab

View file

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