Migrate api.js (#11)

* Rename file

* Migrate api.js
This commit is contained in:
Chenlei Hu
2024-06-14 15:11:09 -04:00
committed by GitHub
parent 42cf977ca1
commit 23074eb823
8 changed files with 35 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
import { api } from "./api.js";
import { api } from "./api";
import { ComfyDialog as _ComfyDialog } from "./ui/dialog.js";
import { toggleSwitch } from "./ui/toggleSwitch.js";
import { ComfySettingsDialog } from "./ui/settings.js";