diff --git a/test/hono-jsx/app/global.d.ts b/test/hono-jsx/app/global.d.ts index a64f51d..0501469 100644 --- a/test/hono-jsx/app/global.d.ts +++ b/test/hono-jsx/app/global.d.ts @@ -1,4 +1,4 @@ -import 'hono' +import type {} from 'hono' declare module 'hono' { interface ContextRenderer {