mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
4 lines
216 B
TypeScript
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";
|