Add for leave family

This commit is contained in:
lendry
2026-06-27 00:15:36 +03:00
parent 1a30e7e21c
commit 4b86c64cc4
17 changed files with 323 additions and 31 deletions

View File

@@ -19,7 +19,7 @@ export default function FamilyGroupPage({ params }: { params: Promise<{ groupId:
const { groupId } = use(params);
return (
<IdShell active="/family" wide>
<IdShell active="/family" fullBleed>
<FamilyGroupPageContent groupId={groupId} />
</IdShell>
);