diff --git a/src/core/shapes/CatmullRomLine.vue b/src/core/shapes/CatmullRomLine.vue index ccbb0dfd..b2fe5d79 100644 --- a/src/core/shapes/CatmullRomLine.vue +++ b/src/core/shapes/CatmullRomLine.vue @@ -3,7 +3,7 @@ import type { TresColor } from '@tresjs/core' import type { Vector2 } from 'three' import { CatmullRomCurve3, Vector3 } from 'three' import { computed } from 'vue' -import { Line2 } from '@tresjs/cientos' +import Line2 from './Line2.vue' type CurveType = 'centripetal' | 'chordal' | 'catmullrom' type Points = Array