Skip to content

Commit

Permalink
docs: fix quick start missing import in docs field (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisliz authored Oct 28, 2024
1 parent 9049568 commit 9a586cf
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 sites/docs/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 type { PageData } from "./$types.js";
import { allergies, schema, themes } from "./schema.js";
Expand Down

0 comments on commit 9a586cf

Please sign in to comment.