Migrate ui/ (#14)

* Rename js to ts

* Fix all tsc errors
This commit is contained in:
Chenlei Hu
2024-06-14 20:53:25 -04:00
committed by GitHub
parent 1376459cd8
commit 0ef74392ca
8 changed files with 30 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
import { $el } from "../ui";
import { api } from "../api";
import { ComfyDialog } from "./dialog.js";
import { ComfyDialog } from "./dialog";
import type { ComfyApp } from "../app";
/* The Setting entry stored in `ComfySettingsDialog` */