diff options
author | 2024-08-22 09:52:18 +0000 | |
---|---|---|
committer | 2024-08-22 09:52:18 +0000 | |
commit | 4db5c74dd10044b032d897233a2041b8d05b151e (patch) | |
tree | fffb78ad64bee774e1a045a1e3c79f963ba4f6ce | |
parent | 62e97a20f72bacb017c633ddcb776abc89167660 (diff) | |
download | astro-4db5c74dd10044b032d897233a2041b8d05b151e.tar.gz astro-4db5c74dd10044b032d897233a2041b8d05b151e.tar.zst astro-4db5c74dd10044b032d897233a2041b8d05b151e.zip |
[ci] format
-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 ab4dcc11a..3420954a9 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, |