mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
[ci] format
This commit is contained in:
parent
fc2dcb8354
commit
70c95958e7
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue