jiti-meet/react/features/notifications/components/index.js

4 lines
214 B
JavaScript

export { default as Notification } from './Notification';
export { default as NotificationsContainer } from './NotificationsContainer';
export { default as NotificationWithToggle } from './NotificationWithToggle';