9 lines
210 B
TypeScript
9 lines
210 B
TypeScript
import AuditLogsView from "@enterprise/components/audit-logs/auditLogsView";
|
|
|
|
export default function AuditLogsPage() {
|
|
return (
|
|
<div className="mx-auto w-full max-w-7xl">
|
|
<AuditLogsView />
|
|
</div>
|
|
);
|
|
} |