mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-27 10:30:15 -05:00
9 lines
209 B
JavaScript
9 lines
209 B
JavaScript
import Notifications_v2 from 'mastodon/features/notifications_v2';
|
|
|
|
export const NotificationsWrapper = (props) => {
|
|
return (
|
|
<Notifications_v2 {...props} />
|
|
);
|
|
};
|
|
|
|
export default NotificationsWrapper; |