Skip to content

Commit

Permalink
should be no need for this import anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed Oct 7, 2021
1 parent a9cda6d commit d5c4302
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { connect } from 'react-redux';
import { bindActionCreators } from 'redux';
import PropTypes from 'prop-types';
import Split from 'react-split';
import { t, styled, supersetTheme, withTheme } from '@superset-ui/core';
import { t, styled, withTheme } from '@superset-ui/core';
import debounce from 'lodash/debounce';
import throttle from 'lodash/throttle';
import StyledModal from 'src/components/Modal';
Expand Down

0 comments on commit d5c4302

Please sign in to comment.