Skip to content

Commit af2f9fa

Browse files
committed
Fixed test
1 parent bef01a5 commit af2f9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(v2)/v2/formsnap/Field.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</script>
77

88
<script lang="ts" generics="T extends Record<string, unknown>, U extends FormPath<T>">
9-
import type { SuperForm } from 'sveltekit-superforms';
9+
import type { SuperForm } from '$lib/index.js';
1010
export let form: SuperForm<T>;
1111
export let name: U;
1212
</script>

0 commit comments

Comments
 (0)