Bundle all dynamically loaded css (#28)

* static css

* Fix css import in tests
This commit is contained in:
Chenlei Hu
2024-06-18 13:58:21 -04:00
committed by GitHub
parent c064e2cc80
commit d7bf368cec
8 changed files with 26 additions and 9 deletions

View File

@@ -1,9 +1,8 @@
import { $el, ComfyDialog } from "../../scripts/ui";
import { DraggableList } from "../../scripts/ui/draggableList";
import { addStylesheet } from "../../scripts/utils";
import { GroupNodeConfig, GroupNodeHandler } from "./groupNode";
import "./groupNodeManage.css";
addStylesheet(import.meta.url);
const ORDER = Symbol();