Skip to content

Commit

Permalink
remove modal reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansfdc committed Oct 1, 2015
1 parent 218ca0c commit d9e1ce1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
import SLDSPicklistBase from './SLDSPicklistBase';
import SLDSSettings from './SLDSSettings';
import SLDSButton from './SLDSButton';
import SLDSModal from './SLDSModal';
import SLDSModalTrigger from './SLDSModal/trigger';
//import SLDSModal from './SLDSModal';
//import SLDSModalTrigger from './SLDSModal/trigger';

module.exports = {
SLDSPicklistBase: SLDSPicklistBase,
SLDSSettings: SLDSSettings,
SLDSButton: SLDSButton,
SLDSModal: SLDSModal,
SLDSModalTrigger: SLDSModalTrigger
// SLDSModal: SLDSModal,
// SLDSModalTrigger: SLDSModalTrigger
};
3 changes: 2 additions & 1 deletion demo/pages/HomePage/ModalSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
import React from 'react';
import {default as PrismCode} from 'react-prism/lib/PrismCode';

import {SLDSModal, SLDSButton, SLDSPicklistBase} from '../../../components';
import {SLDSButton, SLDSPicklistBase} from '../../../components';

import SLDSModal from '../../../components/SLDSModal';

module.exports = React.createClass( {

Expand Down

0 comments on commit d9e1ce1

Please sign in to comment.