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

@@ -18,10 +18,14 @@
*/
import shortid from 'shortid';
import rison from 'rison';
import { FeatureFlag, SupersetClient, t } from '@superset-ui/core';
import {
FeatureFlag,
SupersetClient,
t,
isFeatureEnabled,
} from '@superset-ui/core';
import invert from 'lodash/invert';
import mapKeys from 'lodash/mapKeys';
import { isFeatureEnabled } from 'src/featureFlags';
import { now } from 'src/utils/dates';
import {