diff --git a/agent-control-tower/act-dashboard/src/pages/AriaPage.tsx b/agent-control-tower/act-dashboard/src/pages/AriaPage.tsx deleted file mode 100644 index bda7080..0000000 --- a/agent-control-tower/act-dashboard/src/pages/AriaPage.tsx +++ /dev/null @@ -1,26 +0,0 @@ -/** - * AriaPage — kept as a minimal placeholder. - * - * The dedicated Aria page is being decommissioned in favour of the global - * floating panel ({@link ../components/AriaPanel}), which is summonable from - * any route. This stub stays in place so existing route registrations don't - * 404 while another task removes the route entry. Anything operators need to - * do with Aria now happens through the FAB in the bottom-right corner. - */ -export function AriaPage() { - return ( -
- Aria has moved to the floating panel — look for the sparkle button in - the bottom-right corner of any page. -
-