feat(audit): add audit log page

This commit is contained in:
2026-06-12 15:49:43 +08:00
parent 7cd0c61181
commit 6ff8886524
3 changed files with 1069 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { AuditLogPanel } from "@/components/audit/AuditLogPanel";
export default function AuditLogsPage() {
return <AuditLogPanel />;
}