Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 3cfb6c4

Browse files
authored
Fix incorrect import
1 parent 3a36e4f commit 3cfb6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ export {
33
blockRenderMapForSameWrapperAsUnorderedListItem,
44
WRAPPER
55
} from './blockRenderMap'
6-
export { default as CheckableListItem, CheckableListItemBlock } from './CheckableListItem'
6+
export { default as CheckableListItem } from './CheckableListItem'
77
export { default as CheckableListItemUtils } from './CheckableListItemUtils'
88
export * from './constants'

0 commit comments

Comments
 (0)