Skip to content

Commit fd1d1bd

Browse files
committed
fix: update export statement to remove file extension from types
1 parent 01dc4c8 commit fd1d1bd

File tree

1 file changed

+1
-1
lines changed
  • packages/vue-spring-bottom-sheet/src

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import BottomSheet from './BottomSheet.vue'
2-
export * from './types.ts'
2+
export * from './types'
33

44
export default BottomSheet

0 commit comments

Comments
 (0)