From 636881e185d95b9dd77394c83c852c4be22b8146 Mon Sep 17 00:00:00 2001 From: Princesseuh Date: Thu, 14 Jul 2022 18:21:39 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/@types/astro.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;