mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-31 12:03:10 -05:00
11de3dbef6
Port c620452fd7e0e3b083bae4b68fa09384df322f4a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
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; |