diff options
author | 2022-07-14 18:21:39 +0000 | |
---|---|---|
committer | 2022-07-14 18:21:39 +0000 | |
commit | 636881e185d95b9dd77394c83c852c4be22b8146 (patch) | |
tree | 38b4d6b023b6e7059ec16920feba8f06d56deba8 | |
parent | 77a708a3eed93973d68b68e8e69b78cb5ede5440 (diff) | |
download | astro-636881e185d95b9dd77394c83c852c4be22b8146.tar.gz astro-636881e185d95b9dd77394c83c852c4be22b8146.tar.zst astro-636881e185d95b9dd77394c83c852c4be22b8146.zip |
[ci] format
Diffstat (limited to '')
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
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; |