chore(ui): lint

This commit is contained in:
psychedelicious
2025-01-26 11:11:57 +11:00
parent 0dc45ac903
commit 132e9bebd7
7 changed files with 5 additions and 267 deletions

View File

@@ -41,7 +41,7 @@ import {
validateNumberFieldCollectionValue,
validateStringFieldCollectionValue,
} from 'features/nodes/types/fieldValidators';
import type { InvocationNode, AnyEdge } from 'features/nodes/types/invocation';
import type { AnyEdge, InvocationNode } from 'features/nodes/types/invocation';
import { isBatchNode, isExecutableNode, isInvocationNode } from 'features/nodes/types/invocation';
import type { UpscaleState } from 'features/parameters/store/upscaleSlice';
import { selectUpscaleSlice } from 'features/parameters/store/upscaleSlice';