diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 879cebc2a52a0..e3aac8f82e117 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -23,6 +23,7 @@ import type { LogOptions, LoggerLevel } from '../core/logger/core'; import { AstroIntegrationLogger } from '../core/logger/core'; import type { AstroComponentFactory, AstroComponentInstance } from '../runtime/server'; import type { SUPPORTED_MARKDOWN_FILE_EXTENSIONS } from './../core/constants.js'; +import { AstroIntegrationLogger } from '../core/logger/core'; export type { MarkdownHeading, MarkdownMetadata,