summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <ematipico@users.noreply.github.com> 2023-11-15 18:45:38 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-11-15 18:45:38 +0000
commiteeac2885514ecde558ad39bcee39f78f7b60109e (patch)
treeb76b693d1ee31d791468cbf471fe273fb928f782
parent536c6c9fd3d65d1a60bbc8b924c5939f27541d41 (diff)
downloadastro-eeac2885514ecde558ad39bcee39f78f7b60109e.tar.gz
astro-eeac2885514ecde558ad39bcee39f78f7b60109e.tar.zst
astro-eeac2885514ecde558ad39bcee39f78f7b60109e.zip
[ci] format
-rw-r--r--packages/astro/src/i18n/middleware.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro/src/i18n/middleware.ts b/packages/astro/src/i18n/middleware.ts
index ff467ecb3..854a39b77 100644
--- a/packages/astro/src/i18n/middleware.ts
+++ b/packages/astro/src/i18n/middleware.ts
@@ -1,6 +1,5 @@
import { appendForwardSlash, joinPaths } from '@astrojs/internal-helpers/path';
import type { MiddlewareEndpointHandler, RouteData, SSRManifest } from '../@types/astro.js';
-import type { RouteInfo } from '../core/app/types.js';
import type { PipelineHookFunction } from '../core/pipeline.js';
const routeDataSymbol = Symbol.for('astro.routeData');