Cleanup: Missed the schema and registration for the removed unused widgets (#6742)

## Summary

Just a cleanup following up on
https://github.com/Comfy-Org/ComfyUI_frontend/pull/6741
This commit is contained in:
Alexander Brown
2025-11-18 17:47:24 -08:00
committed by GitHub
parent f8912ebaf4
commit 61b3ca046a
7 changed files with 0 additions and 151 deletions

View File

@@ -51,7 +51,6 @@ export async function addStylesheet(
})
}
/** @knipIgnoreUnusedButUsedByCustomNodes */
export { downloadBlob } from '@/base/common/downloadUtil'
export function uploadFile(accept: string) {