Migreate ui.js (#8)

* Rename js to ts

* Migrate ui.js
This commit is contained in:
Chenlei Hu
2024-06-14 14:28:39 -04:00
committed by GitHub
parent 92f5da72a4
commit bcf3a39de7
10 changed files with 120 additions and 84 deletions

View File

@@ -1,4 +1,4 @@
import { $el, ComfyDialog } from "./ui.js";
import { $el, ComfyDialog } from "./ui";
import { api } from "./api.js";
import type { ComfyApp } from "./app.js";