Add sourceRoot/includePaths to loaders

Use the settings modal as an example/testcase
This commit is contained in:
Surinna Curtis
2017-07-17 22:06:31 -05:00
committed by kibigo!
parent df74e26baf
commit 7a77f7b3bb
6 changed files with 91 additions and 87 deletions

View File

@@ -4,6 +4,8 @@ import PropTypes from 'prop-types';
import ImmutablePropTypes from 'react-immutable-proptypes';
import { injectIntl, defineMessages, FormattedMessage } from 'react-intl';
import './stylesheet';
// Our imports //
import SettingsItem from './item';