nitro-react/src/api/groups/GetGroupManager.ts

7 lines
147 B
TypeScript
Raw Normal View History

2021-09-03 23:44:58 +02:00
import { CreateLinkEvent } from '..';
export function GetGroupManager(groupId: number): void
{
CreateLinkEvent(`groups/manage/${groupId}`);
}