chore(ui): rename file to not cause madge to fail

This commit is contained in:
psychedelicious 2023-08-18 13:18:08 +10:00
parent a17dbd7df6
commit f6db9da06c
2 changed files with 1 additions and 1 deletions

View File

@ -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';