mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore: Moves BootstrapSliderWrapper to own folder (#13460)
This commit is contained in:
committed by
GitHub
parent
c8759a38bf
commit
b6b7982a81
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user