We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765b024 commit a58f164Copy full SHA for a58f164
src/routes/(v1)/tests/reset-component-2/+page.svelte
@@ -4,12 +4,9 @@
4
import SuperForm from './Form.svelte';
5
import TextField from './TextField.svelte';
6
import { zod } from '$lib/adapters/zod.js';
7
- import type { Snippet } from 'svelte';
8
9
let visible = $state(true);
10
let { data } = $props();
11
-
12
- type MsgType = { status: number; text: string };
13
</script>
14
15
<h3>Multiple componentized Forms</h3>
src/routes/(v2)/v2/+layout.svelte
@@ -3,6 +3,6 @@
3
export let data;
-<Navigation testDirs={data.testDirs} />
+<Navigation />
<slot />
0 commit comments