File size: 209 Bytes
f3739d5 | 1 2 3 4 5 6 7 8 | import {ComfyApp} from "@comfyorg/frontend";
/**
* 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;
|