9 lines
253 B
TypeScript
9 lines
253 B
TypeScript
import PiiRedactorProviderView from "@enterprise/components/pii-redactor/piiRedactorProviderView";
|
|
|
|
export default function PiiRedactorProvidersPage() {
|
|
return (
|
|
<div className="mx-auto w-full max-w-7xl">
|
|
<PiiRedactorProviderView />
|
|
</div>
|
|
);
|
|
} |