Skip to content

Commit 0500f37

Browse files
author
David Brainer-Banker
committed
Fix the ButtonIcon export
1 parent ef05fa2 commit 0500f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export SLDSIcon from './icon';
6969
export Icon from './icon';
7070

7171
export SLDSButtonIcon from './icon/button-icon';
72-
export ButtonIcon from './icon';
72+
export ButtonIcon from './icon/button-icon';
7373

7474
export SLDSInput from './forms/input';
7575
export Input from './forms/input';

0 commit comments

Comments
 (0)