Skip to content

Commit 2d968b4

Browse files
committed
fix: update remaining htmlrewriter import
1 parent b76dfb1 commit 2d968b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edge-runtime/lib/middleware.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Context } from '@netlify/edge-functions'
22

3-
import { ElementHandlers } from '../vendor/deno.land/x/[email protected]/index.ts'
3+
import type { ElementHandlers } from '../vendor/deno.land/x/[email protected]/src/index.ts'
44

55
type NextDataTransform = <T>(data: T) => T
66

0 commit comments

Comments
 (0)