From 70c95958e7567816ba8488880a439f2e5407b4c0 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Mon, 24 Mar 2025 14:24:38 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/core/app/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/core/app/index.ts b/packages/astro/src/core/app/index.ts index baf76a0268..25a75c564f 100644 --- a/packages/astro/src/core/app/index.ts +++ b/packages/astro/src/core/app/index.ts @@ -3,11 +3,11 @@ import { normalizeTheLocale } from '../../i18n/index.js'; import type { RoutesList } from '../../types/astro.js'; import type { RouteData, SSRManifest } from '../../types/public/internal.js'; import { + DEFAULT_404_COMPONENT, REROUTABLE_STATUS_CODES, REROUTE_DIRECTIVE_HEADER, clientAddressSymbol, responseSentSymbol, - DEFAULT_404_COMPONENT, } from '../constants.js'; import { getSetCookiesFromResponse } from '../cookies/index.js'; import { AstroError, AstroErrorData } from '../errors/index.js';