From 4db5c74dd10044b032d897233a2041b8d05b151e Mon Sep 17 00:00:00 2001 From: Ben Holmes Date: Thu, 22 Aug 2024 09:52:18 +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 ab4dcc11a054..3420954a90e5 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1,5 +1,4 @@ import type { OutgoingHttpHeaders } from 'node:http'; -import type { z } from 'zod'; import type { AddressInfo } from 'node:net'; import type { MarkdownHeading, @@ -12,6 +11,7 @@ import type { import type * as babel from '@babel/core'; import type * as rollup from 'rollup'; import type * as vite from 'vite'; +import type { z } from 'zod'; import type { ActionAccept, ActionClient,