diff --git a/apps/web/components/workbench/Workbench.tsx b/apps/web/components/workbench/Workbench.tsx index 8a348ca..28d4b84 100644 --- a/apps/web/components/workbench/Workbench.tsx +++ b/apps/web/components/workbench/Workbench.tsx @@ -33,7 +33,12 @@ import { WORKBENCH_CHAPTER_NO, type ChapterEntry, } from "@/lib/workbench/chapter"; -import { composeDirective, STYLE_PRESETS } from "@/lib/workbench/directive"; +import { + composeDirective, + PLOT_PRESETS, + STYLE_PRESETS, + type Preset, +} from "@/lib/workbench/directive"; import { applyRefinement } from "@/lib/workbench/refineApply"; import { buttonClass } from "@/lib/ui/variants"; import { ChapterList, ChapterListContent } from "./ChapterList"; @@ -381,11 +386,23 @@ function DirectivePanel({
+ +