We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1819c39 commit c0115fbCopy full SHA for c0115fb
frontend/src/views/dashboard/editor/index.vue
@@ -3,7 +3,7 @@ import {ref} from 'vue'
3
import Toolbar from "@/views/dashboard/editor/Toolbar.vue";
4
import DashboardEditor from "@/views/dashboard/editor/DashboardEditor.vue";
5
import {findNewComponentFromList} from "@/views/dashboard/components/component-list.ts";
6
-import {type CanvasItem, guid} from "@/utils/canvas.ts";
+import {guid} from "@/utils/canvas.ts";
7
import cloneDeep from 'lodash/cloneDeep';
8
9
0 commit comments