import * as React from "react" import {useManagedViewSet} from "../../hooks/useManagedViewSet" import {SophonResearchGroup} from "../../types/SophonTypes" import {ViewSetRouter} from "../routing" import {SpecificViewSetRouterProps} from "../routing/ViewSetRouter" export function GroupRouter({...props}: SpecificViewSetRouterProps): JSX.Element { return ( ("/api/core/groups/", "slug")} /> ) }