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