mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-03 12:10:11 +00:00
[Lint] Sort imports (#2104)
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import { FormItem } from '@/types/settingTypes'
|
||||
import {
|
||||
LatentPreviewMethod,
|
||||
LogLevel,
|
||||
HashFunction,
|
||||
AutoLaunch,
|
||||
CrossAttentionMethod,
|
||||
CudaMalloc,
|
||||
FloatingPointPrecision,
|
||||
CrossAttentionMethod,
|
||||
HashFunction,
|
||||
LatentPreviewMethod,
|
||||
LogLevel,
|
||||
VramManagement
|
||||
} from '@/types/serverArgs'
|
||||
import { FormItem } from '@/types/settingTypes'
|
||||
|
||||
export type ServerConfigValue = string | number | true | null | undefined
|
||||
|
||||
|
||||
Reference in New Issue
Block a user