diff --git a/apps/web/src/components/panels/index.ts b/apps/web/src/components/panels/index.ts new file mode 100644 index 00000000..148e00d0 --- /dev/null +++ b/apps/web/src/components/panels/index.ts @@ -0,0 +1,15 @@ +/** + * Panel 元件匯出 + * Sprint 5: 供整合頁面使用的無 AppLayout 版本 + * + * 已抽取: + * - MonitoringPanel (from /monitoring) + * + * 待抽取 (暫時用 lazy import 原始頁面): + * - APMPanel, ErrorsPanel, AppsPanel, ServicesPanel + * - AutoRepairPanel, NeuralCommandPanel, DriftPanel + * - DeploymentsPanel, TicketsPanel, CostPanel, ActionLogsPanel, BillingPanel + * - SecurityPanel, CompliancePanel + */ + +export { MonitoringPanel } from './MonitoringPanel'