mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 23:41:37 +01:00
11de3dbef6
Port c620452fd7
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
9 lines
No EOL
216 B
JavaScript
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; |