Claire 11de3dbef6 [Glitch] Enable grouped notifications unconditionally
Port c620452fd7e0e3b083bae4b68fa09384df322f4a to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-09-17 18:13:36 +02:00

9 lines
216 B
JavaScript

import Notifications_v2 from 'flavours/glitch/features/notifications_v2';
export const NotificationsWrapper = (props) => {
return (
<Notifications_v2 {...props} />
);
};
export default NotificationsWrapper;