[Refactor] Remove old workarounds (#2242)

This commit is contained in:
filtered
2025-01-15 02:52:34 +11:00
committed by GitHub
parent 04153caaf5
commit 00f031e382
3 changed files with 14 additions and 14 deletions

View File

@@ -130,12 +130,13 @@
</template>
<script setup lang="ts">
import type { TorchDeviceType } from '@comfyorg/comfyui-electron-types'
import Tag from 'primevue/tag'
import ToggleSwitch from 'primevue/toggleswitch'
import { computed } from 'vue'
import { useI18n } from 'vue-i18n'
import { TorchDeviceType, electronAPI } from '@/utils/envUtil'
import { electronAPI } from '@/utils/envUtil'
const { t } = useI18n()