From 841ea74d03d73030137c87ffc19231fb981d2d1f Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Tue, 4 Nov 2025 17:21:08 +0800 Subject: [PATCH] Added new functions on index --- src/utils/functions/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/functions/index.ts b/src/utils/functions/index.ts index 090672c..70ecba6 100644 --- a/src/utils/functions/index.ts +++ b/src/utils/functions/index.ts @@ -1,3 +1,5 @@ export { default as checkConnection } from './checkConnection' export { default as createPdf } from './createPdf' +export { default as postApi } from './postApi' +export { default as getApi } from './getApi' // export { default as generateFavicon } from './generateFavicon'