Move IncomingCall into call crate

This commit is contained in:
Antonio Scandurra 2022-10-06 09:52:03 +02:00
parent 55cc142319
commit 7763acbdd5
5 changed files with 15 additions and 16 deletions

View file

@ -3,7 +3,6 @@ pub mod test;
pub mod channel;
pub mod http;
pub mod incoming_call;
pub mod user;
use anyhow::{anyhow, Context, Result};