diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 4e2a3276f..370d6a4c2 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -15,8 +15,8 @@ import type { PageBuildData } from '../core/build/types'; import type { AstroConfigSchema } from '../core/config'; import type { ViteConfigWithSSR } from '../core/create-vite'; import type { AstroComponentFactory, Metadata } from '../runtime/server'; -export type { AstroComponentFactory } from '../runtime/server'; export type { SSRManifest } from '../core/app/types'; +export type { AstroComponentFactory } from '../runtime/server'; export interface AstroBuiltinProps { 'client:load'?: boolean;