diff --git a/apps/web/src/app/[locale]/alerts/page.tsx b/apps/web/src/app/[locale]/alerts/page.tsx index 9a8f48fe..eb7715ac 100644 --- a/apps/web/src/app/[locale]/alerts/page.tsx +++ b/apps/web/src/app/[locale]/alerts/page.tsx @@ -20,6 +20,7 @@ import { AwoooPStatusChainPanel, type AwoooPStatusChain, } from '@/components/awooop/status-chain' +import { AwoooPAutomationAssetLedger } from '@/components/awooop/automation-asset-ledger' import { IwoooSReadOnlyBridge } from '@/components/security/iwooos-read-only-bridge' import { cn } from '@/lib/utils' import { API_V1_URL } from '@/lib/config' @@ -535,6 +536,10 @@ function FocusIncidentEvidencePanel({ +