diff --git a/invokeai/frontend/web/src/features/system/store/systemSlice.ts b/invokeai/frontend/web/src/features/system/store/systemSlice.ts index 4271a17df0..d789df49a4 100644 --- a/invokeai/frontend/web/src/features/system/store/systemSlice.ts +++ b/invokeai/frontend/web/src/features/system/store/systemSlice.ts @@ -26,7 +26,7 @@ import { import { ProgressImage } from 'services/events/types'; import { makeToast } from '../util/makeToast'; import { LANGUAGES } from './constants'; -import { zPydanticValidationError } from './zod'; +import { zPydanticValidationError } from './zodSchemas'; export type CancelStrategy = 'immediate' | 'scheduled'; diff --git a/invokeai/frontend/web/src/features/system/store/zod.ts b/invokeai/frontend/web/src/features/system/store/zodSchemas.ts similarity index 100% rename from invokeai/frontend/web/src/features/system/store/zod.ts rename to invokeai/frontend/web/src/features/system/store/zodSchemas.ts