diff --git a/src/jlgraphic/graphic/index.ts b/src/jlgraphic/graphic/index.ts index 726584a..eecc0b6 100644 --- a/src/jlgraphic/graphic/index.ts +++ b/src/jlgraphic/graphic/index.ts @@ -2,3 +2,4 @@ export * from './VectorGraphic'; export * from './VectorText'; export * from './DraggablePoint'; export * from './AbsorbablePosition'; +export * from './DashedLine';