File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1212import SLDSPicklistBase from './SLDSPicklistBase' ;
1313import SLDSSettings from './SLDSSettings' ;
1414import SLDSButton from './SLDSButton' ;
15- import SLDSModal from './SLDSModal' ;
16- import SLDSModalTrigger from './SLDSModal/trigger' ;
15+ // import SLDSModal from './SLDSModal';
16+ // import SLDSModalTrigger from './SLDSModal/trigger';
1717
1818module . exports = {
1919 SLDSPicklistBase : SLDSPicklistBase ,
2020 SLDSSettings : SLDSSettings ,
2121 SLDSButton : SLDSButton ,
22- SLDSModal : SLDSModal ,
23- SLDSModalTrigger : SLDSModalTrigger
22+ // SLDSModal: SLDSModal,
23+ // SLDSModalTrigger: SLDSModalTrigger
2424} ;
Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1212import React from 'react' ;
1313import { default as PrismCode } from 'react-prism/lib/PrismCode' ;
1414
15- import { SLDSModal , SLDSButton , SLDSPicklistBase } from '../../../components' ;
15+ import { SLDSButton , SLDSPicklistBase } from '../../../components' ;
1616
17+ import SLDSModal from '../../../components/SLDSModal' ;
1718
1819module . exports = React . createClass ( {
1920
You can’t perform that action at this time.
0 commit comments