mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-17 11:44:44 +08:00
Circular dependecy break
This commit is contained in:
@@ -6,9 +6,7 @@ import Select from "./input/Select"
|
||||
import Utility from "./Utility"
|
||||
import Zoom from "./input/Zoom"
|
||||
|
||||
/**
|
||||
* @typedef {import("./graph/GraphNode").default} GraphNode
|
||||
*/
|
||||
/** @typedef {import("./graph/GraphNode").default} GraphNode */
|
||||
export default class Blueprint extends GraphEntity {
|
||||
|
||||
insertChildren() {
|
||||
|
||||
Reference in New Issue
Block a user