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
8c0cae6d1b
commit
e00a641f3a
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
import type { APIContext, MiddlewareHandler, RewritePayload } from '../../@types/astro.js';
|
||||
import { AstroCookies } from '../cookies/cookies.js';
|
||||
import { defineMiddleware } from './index.js';
|
||||
import { getParams, type Pipeline } from '../render/index.js';
|
||||
import { apiContextRoutesSymbol } from '../render-context.js';
|
||||
import { type Pipeline, getParams } from '../render/index.js';
|
||||
import { defineMiddleware } from './index.js';
|
||||
|
||||
// From SvelteKit: https://github.com/sveltejs/kit/blob/master/packages/kit/src/exports/hooks/sequence.js
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue