6 lines
160 B
TypeScript
6 lines
160 B
TypeScript
import { AuditLogPageClient } from "@/components/ops/audit/AuditLogPageClient";
|
|
|
|
export default function OpsAuditLogPage() {
|
|
return <AuditLogPageClient />;
|
|
}
|