[ci] format
This commit is contained in:
parent
8e2923cc62
commit
c8bccb47d3
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue