Skip to content

Commit c3072be

Browse files
fix
1 parent 1aa4622 commit c3072be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fresh/src/runtime/client/preact_hooks_client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
import { BUILD_ID } from "@fresh/build-id";
99
import { renderToString } from "preact-render-to-string";
1010
import { useContext, useEffect } from "preact/hooks";
11-
import { HeadContext } from "../head.tsx";
11+
import { HeadContext } from "../head.ts";
1212

1313
// deno-lint-ignore no-explicit-any
1414
const options: InternalPreactOptions = preactOptions as any;

0 commit comments

Comments
 (0)