summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Princesseuh <Princesseuh@users.noreply.github.com> 2022-07-14 18:21:39 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-07-14 18:21:39 +0000
commit636881e185d95b9dd77394c83c852c4be22b8146 (patch)
tree38b4d6b023b6e7059ec16920feba8f06d56deba8
parent77a708a3eed93973d68b68e8e69b78cb5ede5440 (diff)
downloadastro-636881e185d95b9dd77394c83c852c4be22b8146.tar.gz
astro-636881e185d95b9dd77394c83c852c4be22b8146.tar.zst
astro-636881e185d95b9dd77394c83c852c4be22b8146.zip
[ci] format
Diffstat (limited to '')
-rw-r--r--packages/astro/src/@types/astro.ts2
1 files changed, 1 insertions, 1 deletions
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;