diff --git a/web/src/plugin/common/index.ts b/web/src/plugin/common/index.ts index 141eb2db..3c346f95 100644 --- a/web/src/plugin/common/index.ts +++ b/web/src/plugin/common/index.ts @@ -40,6 +40,7 @@ export { fieldSchema, fetchAvailableServices, isValidStr, + useGroupPanelInfo, } from 'tailchat-shared'; export { useLocation, useHistory } from 'react-router';