mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 06:36:53 +00:00
8 lines
110 B
TypeScript
8 lines
110 B
TypeScript
export const useProvideChatwoot = () => {
|
|
const chatwootInit = () => {}
|
|
|
|
return {
|
|
chatwootInit,
|
|
}
|
|
}
|