Files
Beyhan Oğur 880f412e2c first commit
2026-04-26 21:52:23 +03:00

9 lines
240 B
TypeScript

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