6 lines
213 B
TypeScript
6 lines
213 B
TypeScript
|
|
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." />
|
||
|
|
}
|