Fix type only imports - erase completely

This commit is contained in:
filtered
2025-09-16 21:16:49 +10:00
parent 7461c91185
commit 5dd47af3b0
73 changed files with 130 additions and 130 deletions

View File

@@ -1,8 +1,8 @@
import { get, useAsyncState } from '@vueuse/core'
import { type Ref } from 'vue'
import type { Ref } from 'vue'
import { useComfyRegistryStore } from '@/stores/comfyRegistryStore'
import { type UseNodePacksOptions } from '@/types/comfyManagerTypes'
import type { UseNodePacksOptions } from '@/types/comfyManagerTypes'
/**
* Handles fetching node packs from the registry given a list of node pack IDs