Skip to content

Commit ff0d764

Browse files
fix(stickyWrapper): fix typo stycky to sticky
1 parent 936e1ea commit ff0d764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-virtualized-table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export { default as FilteredVTable } from './filtered/index'
22

33
export { VTable, VTableItem, VTableRenderItemProps, GivenVTable, VTableColumn } from './index'
44

5-
export { default as Stycky } from './stickyWrapper'
5+
export { default as Sticky } from './stickyWrapper'

0 commit comments

Comments
 (0)