We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76dfb1 commit 2d968b4Copy full SHA for 2d968b4
edge-runtime/lib/middleware.ts
@@ -1,6 +1,6 @@
1
import type { Context } from '@netlify/edge-functions'
2
3
-import { ElementHandlers } from '../vendor/deno.land/x/[email protected]/index.ts'
+import type { ElementHandlers } from '../vendor/deno.land/x/[email protected]/src/index.ts'
4
5
type NextDataTransform = <T>(data: T) => T
6
0 commit comments