9 lines
194 B
TypeScript
9 lines
194 B
TypeScript
import RBACView from "@enterprise/components/rbac/rbacView";
|
|
|
|
export default function GovernanceRbacPage() {
|
|
return (
|
|
<div className="mx-auto w-full max-w-7xl">
|
|
<RBACView />
|
|
</div>
|
|
);
|
|
} |