chore: Moves BootstrapSliderWrapper to own folder (#13460)

This commit is contained in:
Michael S. Molina 2021-03-06 01:46:46 -03:00 committed by GitHub
parent c8759a38bf
commit b6b7982a81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
@import '../../stylesheets/less/variables.less';
@import '../../../stylesheets/less/variables.less';
.BootstrapSliderWrapper .slider-selection {
background: @gray-bg;

View File

@ -19,8 +19,8 @@
import React from 'react';
import PropTypes from 'prop-types';
import BootstrapSliderWrapper from '../../../components/BootstrapSliderWrapper';
import ControlHeader from '../ControlHeader';
import BootstrapSliderWrapper from 'src/components/BootstrapSliderWrapper';
import ControlHeader from 'src/explore/components/ControlHeader';
const propTypes = {
onChange: PropTypes.func,