Skip to content

Commit

Permalink
Merge pull request #189 from TinyTerra/patch-2
Browse files Browse the repository at this point in the history
Missing app import
  • Loading branch information
chrisgoringe authored May 5, 2024
2 parents 54ac5a4 + 564f99e commit f137be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/use_everywhere_nodes.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { handle_bypass, get_real_node, get_group_node } from "./use_everywhere_utilities.js";
import { app } from "../../scripts/app.js";

const CONVERTED_TYPE = "converted-widget";
// import {CONVERTED_TYPE} from "../../extensions/core/widgetInputs.js"
Expand Down

0 comments on commit f137be5

Please sign in to comment.