bitwarden-estensione-browser/libs/common/src/platform/abstractions/messaging.service.ts

4 lines
223 B
TypeScript

// Export the new message sender as the legacy MessagingService to minimize changes in the initial PR,
// team specific PR's will come after.
export { MessageSender as MessagingService } from "../messaging/message.sender";