import NotificationInbox from './NotificationInbox.js';

export type { NotificationInboxProps } from './NotificationInbox.js';
export default NotificationInbox;
