export default function AuditLog() {
return (
<div className="flex flex-col gap-2">
chronological event log for all actions
</div>
);
}