Remove widget support for CallViewHeader

This commit is contained in:
Dariusz Niemczyk 2021-08-03 14:15:14 +02:00 committed by Dariusz Niemczyk
parent a0b0a91d08
commit f592d37f39
No known key found for this signature in database
GPG key ID: 28DFE7164F497CB6
2 changed files with 32 additions and 38 deletions

View file

@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
import React, { createRef } from 'react';
import UIStore from '../../../stores/UIStore';
import { IApp } from '../../../stores/WidgetStore';