9 lines
184 B
TypeScript
9 lines
184 B
TypeScript
import SCIMView from "@enterprise/components/scim/scimView";
|
|
|
|
export default function SCIMPage() {
|
|
return (
|
|
<div className="mx-auto w-full max-w-7xl">
|
|
<SCIMView />
|
|
</div>
|
|
);
|
|
} |