Use relative paths

This commit is contained in:
Alex "mcmonkey" Goodwin 2023-07-31 10:36:28 -07:00
parent 3377cd4a35
commit 156e9bcd74

View File

@ -1,5 +1,5 @@
import { app } from "/scripts/app.js";
import { ComfyDialog, $el } from "/scripts/ui.js";
import { app } from "../../scripts/app.js";
import { ComfyDialog, $el } from "../../scripts/ui.js";
import {ComfyWidgets} from "../../scripts/widgets.js";
var update_comfyui_button = null;