Skip to content

Commit 8fe528d

Browse files
authored
fix(lit-form): add explicit export path to lit-form index.js (#1425)
1 parent a7e9609 commit 8fe528d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lit-form/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export * from '@tanstack/form-core'
2-
export { TanStackFormController } from './tanstack-form-controller'
2+
export { TanStackFormController } from './tanstack-form-controller.js'

0 commit comments

Comments
 (0)