Skip to content

Commit

Permalink
fix(stickyWrapper): fix typo stycky to sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoterrinoni committed Jan 31, 2019
1 parent 936e1ea commit ff0d764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-virtualized-table.ts
Expand Up @@ -2,4 +2,4 @@ export { default as FilteredVTable } from './filtered/index'

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

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

0 comments on commit ff0d764

Please sign in to comment.