Migrate app.js (#12)

* Rename js to ts

* Fix all tsc errors

* nit
This commit is contained in:
Chenlei Hu
2024-06-14 17:11:19 -04:00
committed by GitHub
parent 23074eb823
commit 1376459cd8
10 changed files with 213 additions and 49 deletions

View File

@@ -2,7 +2,7 @@ import { api } from "./api";
import { ComfyDialog as _ComfyDialog } from "./ui/dialog.js";
import { toggleSwitch } from "./ui/toggleSwitch.js";
import { ComfySettingsDialog } from "./ui/settings.js";
import { ComfyApp, app } from "./app.js";
import { ComfyApp, app } from "./app";
export const ComfyDialog = _ComfyDialog;