mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 15:58:50 +00:00
9 lines
216 B
JavaScript
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; |