diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 95c9a21b46b5f..4c51a7eaf6635 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -23,7 +23,6 @@ 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,