ref: Remove some index files (#13140)

This commit is contained in:
Robert Pintilii
2023-03-31 14:04:33 +03:00
committed by GitHub
parent 275e7b00a9
commit 9ac039a408
291 changed files with 375 additions and 779 deletions

View File

@@ -1,7 +1,8 @@
import { connect } from 'react-redux';
import { openSheet } from '../../../base/dialog';
import { OVERFLOW_MENU_ENABLED, getFeatureFlag } from '../../../base/flags';
import { openSheet } from '../../../base/dialog/actions';
import { OVERFLOW_MENU_ENABLED } from '../../../base/flags/constants';
import { getFeatureFlag } from '../../../base/flags/functions';
import { translate } from '../../../base/i18n';
import { IconDotsHorizontal } from '../../../base/icons';
import { AbstractButton, type AbstractButtonProps } from '../../../base/toolbox/components';