Skip to content

Commit 56d5c2a

Browse files
committed
fix(docs): update index
1 parent 3dc8493 commit 56d5c2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/docs/app/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { type WaveKitHandler, WaveKitResponse } from "@wavekit/kit";
1+
import type { WaveKitHandler } from "@wavekit/kit";
22
import { wave } from "@wavekit/wave";
33
import dedent from "dedent";
44
import { createHighlighter } from "shiki";
@@ -92,7 +92,7 @@ export const GET: WaveKitHandler = async (c) => {
9292
themes: ["github-dark"],
9393
langs: ["typescript"],
9494
});
95-
return WaveKitResponse.html(
95+
return c.html(
9696
Layout(
9797
{ base: c.base },
9898
wave

0 commit comments

Comments
 (0)