Skip to content

Commit cc021aa

Browse files
committed
docs: fix wrong import
1 parent 70fdcdc commit cc021aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/routes/getting-started/+page.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const codeBlocks = {
100100
code: deindent`
101101
<!-- +page.svelte -->
102102
<script lang="ts">
103-
import PreRendered from 'carta-md';
103+
import { PreRendered } from 'carta-md';
104104
105105
let data = $props();
106106
</script>

0 commit comments

Comments
 (0)