diff options
author | 2025-03-24 14:24:38 +0000 | |
---|---|---|
committer | 2025-03-24 14:24:38 +0000 | |
commit | 70c95958e7567816ba8488880a439f2e5407b4c0 (patch) | |
tree | 3214376ce9869e7c7897a417aac6df037dc8fbc6 | |
parent | fc2dcb83543d88af9e0920b90a035652d6db5166 (diff) | |
download | astro-70c95958e7567816ba8488880a439f2e5407b4c0.tar.gz astro-70c95958e7567816ba8488880a439f2e5407b4c0.tar.zst astro-70c95958e7567816ba8488880a439f2e5407b4c0.zip |
[ci] format
-rw-r--r-- | packages/astro/src/core/app/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/core/app/index.ts b/packages/astro/src/core/app/index.ts index baf76a026..25a75c564 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'; |