diff --git a/packages/astro/src/core/app/types.ts b/packages/astro/src/core/app/types.ts index 2b2b7037843a..6a1715a1d681 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,