Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Dec 13, 2024
2 parents fb0b016 + 9a586cf commit 0a077b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/loud-students-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"docs": minor
---

Update include in code sample
1 change: 1 addition & 0 deletions docs/src/content/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ We'll start with the `email` field and work our way down.
```svelte title="src/routes/settings/+page.svelte"
<script lang="ts">
import { superForm } from "sveltekit-superforms";
import { Field } from "formsnap";
import { zodClient } from "sveltekit-superforms/adapters";
import { allergies, schema, themes } from "./schema.js";
import SuperDebug from "sveltekit-superforms";
Expand Down

0 comments on commit 0a077b1

Please sign in to comment.