Fix some paper cuts

This commit is contained in:
Keavon Chambers
2022-12-22 23:53:36 -08:00
parent efd4da616d
commit 54f438642b
7 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -300,7 +300,7 @@ import { defineComponent, nextTick } from "vue";
import type { IconName } from "@/utility-functions/icons";
import { UpdateNodeGraphSelection, FrontendNodeLink } from "@/wasm-communication/messages";
import { UpdateNodeGraphSelection, type FrontendNodeLink } from "@/wasm-communication/messages";
import LayoutCol from "@/components/layout/LayoutCol.vue";
import LayoutRow from "@/components/layout/LayoutRow.vue";