Remove WorkflowPage and associated references from AppShell and Sidebar components

This commit is contained in:
Xin Wang
2026-06-09 10:27:47 +08:00
parent 30b96bb3be
commit 23e1cf5d42
3 changed files with 0 additions and 14 deletions

View File

@@ -1,10 +0,0 @@
import { PlaceholderPage } from "./PlaceholderPage";
export function WorkflowPage() {
return (
<PlaceholderPage
title="工作流"
description="管理与编排可复用的助手工作流,支持多轮任务与工具调用。"
/>
);
}