Files
cameleer-server/ui/src/pages/Alerts/SilencesPage.tsx
hsiegeln 167d0ebd42 feat(ui/alerts): register /alerts/* routes with placeholder pages
Adds 6 lazy-loaded route entries for the alerting UI (Inbox, All, History,
Rules list, Rule editor wizard, Silences) plus an `/alerts` → `/alerts/inbox`
redirect. Page components are placeholder stubs to be replaced in Phase 5/6/7.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 13:44:44 +02:00

4 lines
93 B
TypeScript

export default function SilencesPage() {
return <div>SilencesPage coming soon</div>;
}