There was an error while loading. Please reload this page.
1 parent 1aa4622 commit c3072beCopy full SHA for c3072be
1 file changed
packages/fresh/src/runtime/client/preact_hooks_client.ts
@@ -8,7 +8,7 @@ import {
8
import { BUILD_ID } from "@fresh/build-id";
9
import { renderToString } from "preact-render-to-string";
10
import { useContext, useEffect } from "preact/hooks";
11
-import { HeadContext } from "../head.tsx";
+import { HeadContext } from "../head.ts";
12
13
// deno-lint-ignore no-explicit-any
14
const options: InternalPreactOptions = preactOptions as any;
0 commit comments