0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

[ci] format

This commit is contained in:
Emanuele Stoppa 2024-07-17 16:01:58 +00:00 committed by astrobot-houston
parent 7e9c4a134c
commit 17d2eedaaf
2 changed files with 3 additions and 3 deletions

View file

@ -21,12 +21,12 @@ import { renderPage } from '../runtime/server/index.js';
import {
ASTRO_VERSION,
REROUTE_DIRECTIVE_HEADER,
REWRITE_DIRECTIVE_HEADER_KEY,
REWRITE_DIRECTIVE_HEADER_VALUE,
ROUTE_TYPE_HEADER,
clientAddressSymbol,
clientLocalsSymbol,
responseSentSymbol,
REWRITE_DIRECTIVE_HEADER_KEY,
REWRITE_DIRECTIVE_HEADER_VALUE,
} from './constants.js';
import { AstroCookies, attachCookiesToResponse } from './cookies/index.js';
import { getCookiesFromResponse } from './cookies/response.js';

View file

@ -3,8 +3,8 @@ import type { ComponentInstance, ManifestData, RouteData } from '../@types/astro
import {
DEFAULT_404_COMPONENT,
REROUTE_DIRECTIVE_HEADER,
clientLocalsSymbol,
REWRITE_DIRECTIVE_HEADER_KEY,
clientLocalsSymbol,
} from '../core/constants.js';
import { AstroErrorData, isAstroError } from '../core/errors/index.js';
import { req } from '../core/messages.js';