mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-06 05:30:08 +00:00
Keep shim of several legacy components (#1796)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user