update: more changes to bundle config...

This commit is contained in:
Braks
2021-07-10 12:21:45 +02:00
parent 462c117d01
commit 082d460e12
35 changed files with 37 additions and 35 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { ref, defineComponent, CSSProperties, PropType, computed } from 'vue-demi';
import { ref, defineComponent, CSSProperties, PropType, computed } from 'vue';
import { getBezierPath } from '../Edges/BezierEdge';
import { getSmoothStepPath } from '../Edges/SmoothStepEdge';