mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
536c6c9fd3
commit
eeac288551
1 changed files with 0 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue