diff --git a/src/components/CallContainer.tsx b/src/components/CallContainer.tsx index a330166..8a0b1ab 100644 --- a/src/components/CallContainer.tsx +++ b/src/components/CallContainer.tsx @@ -1,11 +1,16 @@ import React from 'react'; // import './ExploreContainer.css'; +// setCalling => bool : true - звонок включен, false - звонок выключен +// const CallContainer: React.FC = () => { - + // Растягивался на весь экран + // По середине: кнопки: завершить звонок, вывод сколько времени идет звонок (обнулять при завершении) + // Тебе поможет ionic modal + return (