Skip to content

Commit b818816

Browse files
autofix-ci[bot]crutchcorn
authored andcommitted
ci: apply automated fixes and generate docs
1 parent 16128a7 commit b818816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte-form/src/createFormRune.svelte.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import type {
1313
} from '@tanstack/form-core'
1414
import type { FieldComponent } from './types.js'
1515
import type { SvelteFormExtendedApi } from './createForm.svelte'
16-
import type { Component, Snippet, SvelteComponent } from 'svelte';
16+
import type { Component, Snippet, SvelteComponent } from 'svelte'
1717

1818
/**
1919
* TypeScript inferencing is weird.

0 commit comments

Comments
 (0)