Skip to content

Commit 786a33e

Browse files
committed
need to export ChatLogic for profile-pane
1 parent cfdb831 commit 786a33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export { ACL_LINK } from './acl/aclLogic'
1010
export { offlineTestID, appContext } from './authn/authUtil'
1111
export { getSuggestedIssuers } from './issuer/issuerLogic'
1212
export { createTypeIndexLogic } from './typeIndex/typeIndexLogic'
13-
export { AppDetails, SolidNamespace, AuthenticationContext, SolidLogic } from './types'
13+
export { AppDetails, SolidNamespace, AuthenticationContext, SolidLogic, ChatLogic } from './types'
1414
export type { UnauthorizedError, CrossOriginForbiddenError, SameOriginForbiddenError, NotFoundError, FetchError, NotEditableError, WebOperationError } from './logic/CustomError'
1515

1616
export {

0 commit comments

Comments
 (0)