[ci] format
This commit is contained in:
parent
2f2e572e93
commit
366decbe33
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
import { AstroError, AstroErrorData } from '../../core/errors/index.js';
|
||||
import { VALID_INPUT_FORMATS } from '../consts.js';
|
||||
import { isESMImportedImage } from '../internal.js';import type { ImageOutputFormat, ImageTransform } from '../types.js';
|
||||
import { isESMImportedImage } from '../internal.js';
|
||||
import type { ImageOutputFormat, ImageTransform } from '../types.js';
|
||||
|
||||
export type ImageService = LocalImageService | ExternalImageService;
|
||||
|
||||
|
|
Loading…
Reference in a new issue