mirror of
https://github.com/funamitech/mastodon
synced 2024-12-15 07:09:03 +09:00
11de3dbef6
Port c620452fd7
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; |