6 lines
147 B
TypeScript
6 lines
147 B
TypeScript
import { TeamsView } from "@enterprise/components/user-groups/teamsView"
|
|
|
|
export default function GovernanceTeamsPage() {
|
|
return <TeamsView />
|
|
}
|