Skip to content

Commit ea6c48c

Browse files
Fix import path for Partial from fresh/runtime
1 parent 4cc76ae commit ea6c48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/components/homepage/PartialsSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ExampleArrow } from "../../components/homepage/ExampleArrow.tsx";
88
import { RecipeDemo } from "../../components/homepage/RecipeDemo.tsx";
99
import { FancyLink } from "../../components/FancyLink.tsx";
1010

11-
const islandCode = `import { Partial } from "$fresh/runtime.ts";
11+
const islandCode = `import { Partial } from "fresh/runtime";
1212
1313
export const Recipes = () => (
1414
<div f-client-nav>

0 commit comments

Comments
 (0)