summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/src/core/app/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/core/app/types.ts b/packages/astro/src/core/app/types.ts
index 2b2b70378..6a1715a1d 100644
--- a/packages/astro/src/core/app/types.ts
+++ b/packages/astro/src/core/app/types.ts
@@ -1,7 +1,7 @@
import type { RoutingStrategies } from '../../i18n/utils.js';
import type { ComponentInstance, SerializedRouteData } from '../../types/astro.js';
import type { AstroMiddlewareInstance } from '../../types/public/common.js';
-import type { Locales, ResolvedSessionConfig, } from '../../types/public/config.js';
+import type { Locales, ResolvedSessionConfig } from '../../types/public/config.js';
import type {
RouteData,
SSRComponentMetadata,