Files
qms/pages/admin/audit-log.tsx
T

6 lines
213 B
TypeScript
Raw Permalink Normal View History

import ComingSoon from '@/components/ComingSoon'
export default function AdminAuditLog() {
return <ComingSoon title="Audit trail" blurb="Immutable, append-only record of every create, update, and delete." />
}