Added new functions on index

This commit is contained in:
Patrick Alvin Alcala 2025-11-04 17:21:08 +08:00
parent 0a81bb8ea7
commit 841ea74d03

View file

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