Skip to content

Commit 62cbc5e

Browse files
committed
export createTypeIndexLogic needed in ui
1 parent f19d158 commit 62cbc5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const store = solidLogicSingleton.store
99
export { ACL_LINK } from './acl/aclLogic'
1010
export { offlineTestID, appContext } from './authn/authUtil'
1111
export { getSuggestedIssuers } from './issuer/issuerLogic'
12+
export { createTypeIndexLogic } from './typeIndex/typeIndexLogic'
1213
export { AppDetails, SolidNamespace, AuthenticationContext, SolidLogic } from './types'
1314
export { UnauthorizedError, CrossOriginForbiddenError, SameOriginForbiddenError, NotFoundError, FetchError, NotEditableError, WebOperationError } from './logic/CustomError'
1415

0 commit comments

Comments
 (0)