Parcourir la source

fix(ci): tsc error

liuyangxing il y a 10 mois
Parent
commit
1500eb133f

+ 1 - 1
packages/client/free-layout-editor/src/preset/free-layout-preset.ts

@@ -1,6 +1,6 @@
 import { createSelectBoxPlugin } from '@flowgram.ai/select-box-plugin';
 import { createSelectBoxPlugin } from '@flowgram.ai/select-box-plugin';
 import { createFreeStackPlugin, StackingContextManager } from '@flowgram.ai/free-stack-plugin';
 import { createFreeStackPlugin, StackingContextManager } from '@flowgram.ai/free-stack-plugin';
-import { createFreeLinesPlugin, FreeLinesPluginOptions } from '@flowgram.ai/free-lines-plugin';
+import { createFreeLinesPlugin } from '@flowgram.ai/free-lines-plugin';
 import {
 import {
   WorkflowCommands,
   WorkflowCommands,
   WorkflowNodeEntity,
   WorkflowNodeEntity,