9 lines
241 B
TypeScript
9 lines
241 B
TypeScript
import { BusinessUnitsView } from "@enterprise/components/user-groups/businessUnitsView";
|
|
|
|
export default function GovernanceBusinessUnitsPage() {
|
|
return (
|
|
<div className="mx-auto w-full max-w-7xl">
|
|
<BusinessUnitsView />
|
|
</div>
|
|
);
|
|
} |