trading-platform-frontend-v2/src/modules/notifications/components/index.ts
Adrian Flores Cortes b7de2a3d58 feat: Add NotificationCenter UI components
- Add notification service for API calls
- Add notification Zustand store with WebSocket integration
- Create NotificationBell component with badge
- Create NotificationDropdown with recent notifications
- Create NotificationItem with icons and actions
- Update MainLayout to use NotificationBell

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 03:57:45 -06:00

8 lines
242 B
TypeScript

/**
* Notification Components
*/
export { default as NotificationBell } from './NotificationBell';
export { default as NotificationDropdown } from './NotificationDropdown';
export { default as NotificationItem } from './NotificationItem';