Notification updates
This commit is contained in:
8
frontend/src/features/notifications/index.ts
Normal file
8
frontend/src/features/notifications/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* @ai-summary Notifications feature exports
|
||||
*/
|
||||
|
||||
export * from './api/notifications.api';
|
||||
export * from './types/notifications.types';
|
||||
export * from './hooks/useLoginNotifications';
|
||||
export * from './components/EmailNotificationToggle';
|
||||
Reference in New Issue
Block a user