Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Oct 2, 2024
1 parent a93772f commit 2c2592e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ export * as signedPayload from "./message_contents/signed_payload.pb";
export * as ecies from "./message_contents/ecies.pb";
export * as mlsApi from "./mls/api/v1/mls.pb";
export * as mlsDatabaseIntent from "./mls/database/intents.pb";
export * as mlsAssociation from "./mls/message_contents/association.pb";
export * as mlsContent from "./mls/message_contents/content.pb";
export * as mlsCredential from "./mls/message_contents/credential.pb";
export * as mlsGroupMembership from "./mls/message_contents/group_membership.pb";
export * as mlsGroupMetadata from "./mls/message_contents/group_metadata.pb";
export * as mlsGroupMutableMetadata from "./mls/message_contents/group_mutable_metadata.pb";
export * as mlsTranscriptMessages from "./mls/message_contents/transcript_messages.pb";
export * as mlsValidationService from "./mls_validation/v1/service.pb";
export * as mlsValidationService from "./mls_validation/v1/service.pb";

0 comments on commit 2c2592e

Please sign in to comment.