Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit 2e7daf8

Browse files
committed
fix(ControlFeedback): fix export name
1 parent 54b4fb6 commit 2e7daf8

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export { default as Box } from './Box'
44
export { default as Button } from './Button'
55
export { default as Checkbox } from './Checkbox'
66
export { default as Col } from './Col'
7-
export { default as ControlFeedBack } from './ControlFeedBack'
7+
export { default as ControlFeedback } from './ControlFeedback'
88
export { default as FormCheck } from './FormCheck'
99
export { default as FormCheckLabel } from './FormCheckLabel'
1010
export { default as FormGroup } from './FormGroup'

0 commit comments

Comments
 (0)