diff --git a/frontend/src/layout/AppSidebar.tsx b/frontend/src/layout/AppSidebar.tsx
index 8c90b5fb..7869013a 100644
--- a/frontend/src/layout/AppSidebar.tsx
+++ b/frontend/src/layout/AppSidebar.tsx
@@ -169,11 +169,6 @@ const AppSidebar: React.FC = () => {
name: "Dashboard",
path: "/",
},
- {
- icon: ,
- name: "AI Control Hub",
- path: "/ai-control-hub",
- },
],
},
{
diff --git a/frontend/src/pages/AIControlHub.tsx b/frontend/src/pages/AIControlHub.tsx
deleted file mode 100644
index fe222f07..00000000
--- a/frontend/src/pages/AIControlHub.tsx
+++ /dev/null
@@ -1,44 +0,0 @@
-import React from 'react';
-import PageMeta from '../../components/common/PageMeta';
-import Button from '../../components/common/Button';
-import Table from '../../components/common/Table';
-
-const AIControlHub = () => {
- // Sample data for the system status table
- const statusData = [
- { module: 'Planner', activeTasks: 5, pendingTasks: 3, last极速赛车开奖结果历史记录|极速赛车开奖直播+【copy url:hk5893.com】Run: '2022-10-20', status: 'Active' },
- { module: 'Writer', activeTasks: 2, pendingTasks: 0, lastRun: '2022-10-19', status: 'Inactive' },
- // Additional data can be added here
- ];
-
- return (
-
-
-
-
AI Control Hub
-
-
-
-
- {/* System Status Table */}
-
-
- {/* Quick Actions Section */}
- <极速赛车开奖结果历史记录|极速赛车开奖直播+【copy url:hk5893.com】div className='mt-4'>
-
Quick Actions
-
- {}} />
- {}} />
- {}} />
- {}} />
-
-
-
- );
-};
-
-export default AIControlHub;
\ No newline at end of file