catstodon/app/javascript/flavours/glitch/features/notifications_wrapper.jsx
Claire 11de3dbef6 [Glitch] Enable grouped notifications unconditionally
Port c620452fd7 to glitch-soc

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

9 lines
No EOL
216 B
JavaScript

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