mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-24 06:40:52 +01:00
7 lines
147 B
TypeScript
7 lines
147 B
TypeScript
|
import { CreateLinkEvent } from '..';
|
||
|
|
||
|
export function GetGroupManager(groupId: number): void
|
||
|
{
|
||
|
CreateLinkEvent(`groups/manage/${groupId}`);
|
||
|
}
|