Files
nocodb/packages/nc-gui/composables/useProvideChatwoot.ts
2025-07-10 09:48:21 +00:00

8 lines
110 B
TypeScript

export const useProvideChatwoot = () => {
const chatwootInit = () => {}
return {
chatwootInit,
}
}