index.ts
1  export { default as NotificationBell } from './NotificationBell'
2  export { default as NotificationCenter } from './NotificationCenter'
3  export { default as NotificationCard } from './NotificationCard'
4  export { default as NotificationSettings } from './NotificationSettings'