charting refactor into shapes, not debugged
This commit is contained in:
@@ -12,8 +12,9 @@
|
||||
|
||||
<script setup>
|
||||
import BuilderPanel from "@/components/chart/BuilderPanel.vue";
|
||||
import {ShapeCallback, drawShape, ShapeType, VerboseCallback} from "@/chart.js";
|
||||
import {prototype} from "@/blockchain/common.js";
|
||||
import {drawShape, ShapeCallback, VerboseCallback} from "@/charts/chart.js";
|
||||
import {prototype} from "@/common.js";
|
||||
import {ShapeType} from "@/charts/shape.js";
|
||||
|
||||
const props = defineProps(['builder'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user