Skip to content

Commit b162466

Browse files
authored
docs: Add Description to formsnap import (#219)
1 parent 892671b commit b162466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/content/recipes/bits-ui-select.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const schema = z.object({
5353
import { superForm } from "sveltekit-superforms";
5454
import { zodClient } from "sveltekit-superforms/adapters";
5555
import { Select } from "bits-ui";
56-
import { Field, Control, Label, FieldErrors } from "formsnap";
56+
import { Field, Control, Label, FieldErrors, Description } from "formsnap";
5757
import { schema, languages } from "./schema.js";
5858
5959
let { data } = $props();
@@ -146,7 +146,7 @@ export const schema = z.object({
146146
import { superForm } from "sveltekit-superforms";
147147
import { zodClient } from "sveltekit-superforms/adapters";
148148
import { Select } from "bits-ui";
149-
import { Field, Control, Label, FieldErrors } from "formsnap";
149+
import { Field, Control, Label, FieldErrors, Description } from "formsnap";
150150
import { schema, colors } from "./schema.js";
151151
152152
let { data } = $props();

0 commit comments

Comments
 (0)