Add eslint-plugin-unused-imports (#1121)

This commit is contained in:
Chenlei Hu
2024-10-05 16:36:02 -04:00
committed by GitHub
parent ad55722662
commit 4d5fbeff45
5 changed files with 135 additions and 46 deletions

View File

@@ -12,7 +12,6 @@ import {
import { useQueueSettingsStore, useQueueStore } from './queueStore'
import { LiteGraph } from '@comfyorg/litegraph'
import { ComfyExtension } from '@/types/comfy'
import { useWorkspaceStore } from './workspaceStateStore'
import { LGraphGroup } from '@comfyorg/litegraph'
import { useTitleEditorStore } from './graphStore'
import { useErrorHandling } from '@/hooks/errorHooks'

View File

@@ -1,5 +1,5 @@
import { defineStore } from 'pinia'
import { computed, ref, watch } from 'vue'
import { computed, ref } from 'vue'
import { ComfyWorkflow } from '@/scripts/workflows'
import { buildTree } from '@/utils/treeUtil'
import { api } from '@/scripts/api'