1
0
Fork 0
panel/app/panel/audit/page.tsx

8 lines
154 B
TypeScript

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