chore: remove some cycles

This commit is contained in:
Saúl Ibarra Corretgé
2020-07-24 14:14:33 +02:00
committed by Saúl Ibarra Corretgé
parent af5d4c850b
commit a67d0fbf6c
59 changed files with 65 additions and 113 deletions

View File

@@ -7,8 +7,8 @@ import { appNavigate } from '../../app/actions';
import { disconnect } from '../../base/connection';
import { translate } from '../../base/i18n';
import { connect } from '../../base/redux';
import { AbstractHangupButton } from '../../base/toolbox';
import type { AbstractButtonProps } from '../../base/toolbox';
import { AbstractHangupButton } from '../../base/toolbox/components';
import type { AbstractButtonProps } from '../../base/toolbox/components';
/**
* The type of the React {@code Component} props of {@link HangupButton}.