We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea8a66 commit 0d5d660Copy full SHA for 0d5d660
components/index.js
@@ -11,8 +11,10 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
11
12
import SLDSPicklistBase from './SLDSPicklistBase';
13
import SLDSSettings from './SLDSSettings';
14
+import SLDSButton from './SLDSButton';
15
16
module.exports = {
17
SLDSPicklistBase: SLDSPicklistBase,
- SLDSSettings: SLDSSettings
18
+ SLDSSettings: SLDSSettings,
19
+ SLDSButton: SLDSButton
20
};
0 commit comments