chore: Removes duplicated featureFlags.ts (#24935)

This commit is contained in:
Michael S. Molina
2023-08-10 10:55:44 -03:00
committed by GitHub
parent 764f0f79ca
commit 284c12697b
71 changed files with 224 additions and 202 deletions

View File

@@ -19,7 +19,6 @@
/* eslint camelcase: 0 */
import React from 'react';
import { Dispatch } from 'redux';
import { isFeatureEnabled } from 'src/featureFlags';
import rison from 'rison';
import { connect } from 'react-redux';
import { withRouter, RouteComponentProps } from 'react-router-dom';
@@ -27,6 +26,7 @@ import { InfoTooltipWithTrigger } from '@superset-ui/chart-controls';
import {
css,
DatasourceType,
isFeatureEnabled,
FeatureFlag,
isDefined,
styled,