From 56ed479b27005382fd91a9a41efed6b0af6e54d3 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Sun, 28 Jan 2024 13:52:49 +0900 Subject: [PATCH] test: import only types --- test/hono-jsx/app/global.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {