gartajackhats1985's picture
Upload 411 files
583c1c7 verified
raw
history blame contribute delete
212 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;