diff options
author | 2023-06-21 12:10:24 +0000 | |
---|---|---|
committer | 2023-06-21 12:10:24 +0000 | |
commit | c8bccb47d373a1968c22586a976b578530e258b0 (patch) | |
tree | 74c588999998c0edd3c84546f72f9edfcdc8fe86 | |
parent | 8e2923cc6219eda01ca2c749f5c7fa2fe4319455 (diff) | |
download | astro-c8bccb47d373a1968c22586a976b578530e258b0.tar.gz astro-c8bccb47d373a1968c22586a976b578530e258b0.tar.zst astro-c8bccb47d373a1968c22586a976b578530e258b0.zip |
[ci] format
-rw-r--r-- | packages/astro/src/core/render/core.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/core/render/core.ts b/packages/astro/src/core/render/core.ts index 0ed599548..91b668479 100644 --- a/packages/astro/src/core/render/core.ts +++ b/packages/astro/src/core/render/core.ts @@ -1,5 +1,5 @@ import type { AstroCookies, ComponentInstance, Params, Props, RouteData } from '../../@types/astro'; -import { render, renderPage as runtimeRenderPage } from '../../runtime/server/index.js'; +import { renderPage as runtimeRenderPage } from '../../runtime/server/index.js'; import { attachToResponse } from '../cookies/index.js'; import { AstroError, AstroErrorData } from '../errors/index.js'; import type { LogOptions } from '../logger/core.js'; |