mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
CallPreview2 -> CallPreview
This commit is contained in:
parent
7f5c501b2b
commit
76902a752f
@ -16,7 +16,7 @@ limitations under the License.
|
|||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import IncomingCallBox2 from './IncomingCallBox2';
|
import IncomingCallBox2 from './IncomingCallBox2';
|
||||||
import CallPreview from './CallPreview2';
|
import CallPreview from './CallPreview';
|
||||||
import * as VectorConferenceHandler from '../../../VectorConferenceHandler';
|
import * as VectorConferenceHandler from '../../../VectorConferenceHandler';
|
||||||
|
|
||||||
interface IProps {
|
interface IProps {
|
||||||
|
@ -15,8 +15,6 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// TODO: Rename on launch: https://github.com/vector-im/riot-web/issues/14231
|
|
||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
import CallView from "./CallView";
|
import CallView from "./CallView";
|
Loading…
Reference in New Issue
Block a user