Skip to content

Commit aa58d05

Browse files
matthewpastrobot-houston
authored andcommitted
[ci] format
1 parent e0f277d commit aa58d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/src/core/render-context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
computePreferredLocale,
99
computePreferredLocaleList,
1010
} from '../i18n/utils.js';
11-
import { validateAndDecodePathname } from './util/pathname.js';
1211
import { renderEndpoint } from '../runtime/server/endpoint.js';
1312
import { renderPage } from '../runtime/server/index.js';
1413
import type { ComponentInstance } from '../types/astro.js';
@@ -42,6 +41,7 @@ import { getParams, getProps, type Pipeline, Slots } from './render/index.js';
4241
import { isRoute404or500, isRouteExternalRedirect, isRouteServerIsland } from './routing/match.js';
4342
import { copyRequest, getOriginPathname, setOriginPathname } from './routing/rewrite.js';
4443
import { AstroSession } from './session.js';
44+
import { validateAndDecodePathname } from './util/pathname.js';
4545

4646
export const apiContextRoutesSymbol = Symbol.for('context.routes');
4747
/**

0 commit comments

Comments
 (0)