mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
[ci] format
This commit is contained in:
parent
6d034733a8
commit
44b3c29ce7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import type { AstroComponentFactory } from './index.js';
|
|||
import { isAstroComponentFactory } from './astro/index.js';
|
||||
import { renderToAsyncIterable, renderToReadableStream, renderToString } from './astro/render.js';
|
||||
import { encoder } from './common.js';
|
||||
import { isNode, isDeno } from './util.js';
|
||||
import { isDeno, isNode } from './util.js';
|
||||
|
||||
export async function renderPage(
|
||||
result: SSRResult,
|
||||
|
|
Loading…
Add table
Reference in a new issue