Keep shim of several legacy components (#1796)

This commit is contained in:
Chenlei Hu
2024-12-04 12:45:38 -08:00
committed by GitHub
parent 3745d8d791
commit 73396784a8
2 changed files with 4 additions and 11 deletions

View File

@@ -7,6 +7,9 @@ import './menu.css'
export { ComfyButton } from '../components/button'
export { ComfySplitButton } from '../components/splitButton'
export { ComfyPopup } from '../components/popup'
export { ComfyAsyncDialog } from '@/scripts/ui/components/asyncDialog'
export { DraggableList } from '@/scripts/ui/draggableList'
export { applyTextReplacements, addStylesheet } from '@/scripts/utils'
export class ComfyAppMenu {
app: ComfyApp