Skip to content

Commit 22a213d

Browse files
committed
fix: import statement
1 parent 0ec57ec commit 22a213d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export * from './auth'
22
export * from './core'
33
export * from './react'
4-
export * from './types/tanstack'
4+
export type * from './types/tanstack.d.ts'

0 commit comments

Comments
 (0)