mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore(ui): rename file to not cause madge to fail
This commit is contained in:
parent
a17dbd7df6
commit
f6db9da06c
@ -26,7 +26,7 @@ import {
|
|||||||
import { ProgressImage } from 'services/events/types';
|
import { ProgressImage } from 'services/events/types';
|
||||||
import { makeToast } from '../util/makeToast';
|
import { makeToast } from '../util/makeToast';
|
||||||
import { LANGUAGES } from './constants';
|
import { LANGUAGES } from './constants';
|
||||||
import { zPydanticValidationError } from './zod';
|
import { zPydanticValidationError } from './zodSchemas';
|
||||||
|
|
||||||
export type CancelStrategy = 'immediate' | 'scheduled';
|
export type CancelStrategy = 'immediate' | 'scheduled';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user