1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +00:00
Files
browser/libs/common/src/platform/abstractions/messaging.service.ts
2025-07-22 11:47:25 -04:00

4 lines
216 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 "@bitwarden/messaging";