ref: Remove some index files (#13151)

Fix imports
This commit is contained in:
Robert Pintilii
2023-04-03 13:49:19 +03:00
committed by GitHub
parent 75bb460ccf
commit 0b65acb528
393 changed files with 648 additions and 920 deletions

View File

@@ -2,10 +2,10 @@
import { connect } from 'react-redux';
import { translate } from '../../../base/i18n';
import { IconAudioOnlyOff } from '../../../base/icons';
import { updateSettings } from '../../../base/settings';
import { AbstractButton, type AbstractButtonProps } from '../../../base/toolbox/components';
import { translate } from '../../../base/i18n/functions';
import { IconAudioOnlyOff } from '../../../base/icons/svg';
import { updateSettings } from '../../../base/settings/actions';
import AbstractButton, { IProps as AbstractButtonProps } from '../../../base/toolbox/components/AbstractButton';
/**
* The type of the React {@code Component} props of {@link ToggleSelfViewButton}.