diff --git a/admin/src/app/official-accounts/page.tsx b/admin/src/app/official-accounts/page.tsx index 0a3c594..1d30a7b 100644 --- a/admin/src/app/official-accounts/page.tsx +++ b/admin/src/app/official-accounts/page.tsx @@ -4,7 +4,7 @@ import AdminShell from '@/components/AdminShell'; import { api } from '@/lib/api'; import { useEffect, useState } from 'react'; import { - Plus, Play, Eye, Trash2, Power, PowerOff, RefreshCw, Newspaper, + Plus, Play, Eye, Trash2, Power, PowerOff, RefreshCw, Newspaper, Rss, ChevronDown, ChevronUp, Bot, Clock, AlertCircle, CheckCircle, ExternalLink, } from 'lucide-react'; @@ -270,7 +270,7 @@ export default function OfficialAccountsPage() { {/* Header */}