Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Apr 30, 2024
1 parent 06ae209 commit e393c81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {} from 'hono'
import {} from "hono";

declare module 'hono' {
declare module "hono" {
interface ContextRenderer {
(content: string | Promise<string>, props?: { title?: string }): Response
(content: string | Promise<string>, props?: { title?: string }): Response;
}
}

0 comments on commit e393c81

Please sign in to comment.