Skip to content

Commit 328d225

Browse files
committed
fix: 移除 PlanMode 未使用的 getThemeColor 导入修复 CI 构建
1 parent c67edb6 commit 328d225

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pages/PlanMode.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { HighlightBox } from '../components/HighlightBox';
33
import { MermaidDiagram } from '../components/MermaidDiagram';
44
import { CodeBlock } from '../components/CodeBlock';
55
import { Layer } from '../components/Layer';
6-
import { getThemeColor } from '../utils/theme';
76
import { RelatedPages, type RelatedPage } from '../components/RelatedPages';
87

98
const relatedPages: RelatedPage[] = [

0 commit comments

Comments
 (0)