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