Files
Nitro-V3/src/api/groups/GetGroupManager.ts
T
DuckieTM 7feb10ab15 🆙 Init V3
2026-01-31 09:10:52 +01:00

7 lines
170 B
TypeScript

import { CreateLinkEvent } from '@nitrots/nitro-renderer';
export function GetGroupManager(groupId: number): void
{
CreateLinkEvent(`groups/manage/${ groupId }`);
}