[fix] import statement nits

This commit is contained in:
Arjan Singh
2025-09-17 11:30:08 -07:00
parent a969147455
commit cb82c87c7a
6 changed files with 11 additions and 15 deletions

View File

@@ -1,7 +1,6 @@
import AssetBrowserModal from '@/platform/assets/components/AssetBrowserModal.vue'
import { useDialogStore } from '@/stores/dialogStore'
import AssetBrowserModal from '../components/AssetBrowserModal.vue'
interface AssetBrowserDialogProps {
/** ComfyUI node type for context (e.g., 'CheckpointLoaderSimple') */
nodeType: string