Skip to content

Commit

Permalink
chore: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Aug 28, 2024
1 parent b9c277f commit 8bd3ed4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/astro/src/actions/runtime/middleware.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { yellow } from 'kleur/colors';
import type { APIContext, MiddlewareNext } from '../../@types/astro.js';
import { AstroError } from '../../core/errors/errors.js';
import { defineMiddleware } from '../../core/middleware/index.js';
import { ACTION_QUERY_PARAMS } from '../consts.js';
import { formContentTypes, hasContentType } from './utils.js';
Expand Down

0 comments on commit 8bd3ed4

Please sign in to comment.