first commit
This commit is contained in:
6
ui/app/workspace/governance/teams/layout.tsx
Normal file
6
ui/app/workspace/governance/teams/layout.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
import GovernanceTeamsPage from "./page";
|
||||
|
||||
export const Route = createFileRoute("/workspace/governance/teams")({
|
||||
component: GovernanceTeamsPage,
|
||||
});
|
||||
5
ui/app/workspace/governance/teams/page.tsx
Normal file
5
ui/app/workspace/governance/teams/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { TeamsView } from "@enterprise/components/user-groups/teamsView"
|
||||
|
||||
export default function GovernanceTeamsPage() {
|
||||
return <TeamsView />
|
||||
}
|
||||
Reference in New Issue
Block a user