mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 00:50:05 +00:00
Move json format functions to formatUtil (#834)
This commit is contained in:
@@ -4,8 +4,9 @@ import { $el } from '../../ui'
|
||||
import { api } from '../../api'
|
||||
import { ComfyPopup } from '../components/popup'
|
||||
import { createSpinner } from '../spinner'
|
||||
import { ComfyWorkflow, trimJsonExt } from '../../workflows'
|
||||
import { ComfyWorkflow } from '../../workflows'
|
||||
import { ComfyAsyncDialog } from '../components/asyncDialog'
|
||||
import { trimJsonExt } from '@/utils/formatUtil'
|
||||
import type { ComfyApp } from '@/scripts/app'
|
||||
import type { ComfyComponent } from '../components'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user