Skip to content

Commit 0d5d660

Browse files
committed
added SLDSButton to SLDS index
1 parent 2ea8a66 commit 0d5d660

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1111

1212
import SLDSPicklistBase from './SLDSPicklistBase';
1313
import SLDSSettings from './SLDSSettings';
14+
import SLDSButton from './SLDSButton';
1415

1516
module.exports = {
1617
SLDSPicklistBase: SLDSPicklistBase,
17-
SLDSSettings: SLDSSettings
18+
SLDSSettings: SLDSSettings,
19+
SLDSButton: SLDSButton
1820
};

0 commit comments

Comments
 (0)