pl-fe: remove group normalizer

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-10-27 11:51:30 +01:00
parent f50ac8d73e
commit 1fef71db0b
29 changed files with 34 additions and 64 deletions

View File

@@ -14,7 +14,7 @@ import GroupPrivacy from 'pl-fe/features/group/components/group-privacy';
import GroupAvatar from '../group-avatar';
import type { Group } from 'pl-fe/normalizers/group';
import type { Group } from 'pl-api';
interface IGroupPopoverContainer {
children: React.ReactElement<any, string | React.JSXElementConstructor<any>>;