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
3 changed files with 3 additions and 3 deletions

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,