diff --git a/examples/proxy-counter/src/template.ts b/examples/proxy-counter/src/template.ts index 4c5ff54..35636fd 100644 --- a/examples/proxy-counter/src/template.ts +++ b/examples/proxy-counter/src/template.ts @@ -1,28 +1,30 @@ -export const Template = /*html*/ ` - - -

Counter

-

Current value:

- - - - - +import { html } from "hono/html"; + +export const Template = html` + + +

Counter

+

Current value:

+ + + + + `.trim();