2024-07-18 14:36:09 +00:00
|
|
|
import Notifications_v2 from 'flavours/glitch/features/notifications_v2';
|
|
|
|
|
|
|
|
export const NotificationsWrapper = (props) => {
|
|
|
|
return (
|
2024-09-16 13:12:10 +00:00
|
|
|
<Notifications_v2 {...props} />
|
2024-07-18 14:36:09 +00:00
|
|
|
);
|
|
|
|
};
|
|
|
|
|
|
|
|
export default NotificationsWrapper;
|