[ci] format

This commit is contained in:
ematipico 2023-06-21 12:10:24 +00:00 committed by fredkbot
parent 8e2923cc62
commit c8bccb47d3

View file

@ -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';