/** * Services entry point - intentionally separate from UI components * * This entry point is designed to be safe for usage in service workers * and other non-DOM environments. */ import NotificationService, { NotifyService, VcNotifySymbol } from './VcNotifyService'; export { NotificationService, NotifyService, VcNotifySymbol };