multimodalart's picture
Squashing commit
4450790 verified
raw
history blame
205 Bytes
import { ComfyApp } from "../typings/comfy.js";
/**
* A dummy ComfyApp that we can import from our code, which we'll rewrite later to the comfyui
* hosted app.js
*/
export declare const app: ComfyApp;