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

@@ -33,6 +33,7 @@ import Split from 'react-split';
import {
css,
FeatureFlag,
isFeatureEnabled,
styled,
t,
useTheme,
@@ -84,7 +85,6 @@ import {
LocalStorageKeys,
setItem,
} from 'src/utils/localStorageHelpers';
import { isFeatureEnabled } from 'src/featureFlags';
import { EmptyStateBig } from 'src/components/EmptyState';
import getBootstrapData from 'src/utils/getBootstrapData';
import { isEmpty } from 'lodash';