Remove call -> channel dependency

This commit is contained in:
Max Brunsfeld 2023-10-06 13:39:10 -07:00
parent 17925ed563
commit 3412bb75be
3 changed files with 1 additions and 4 deletions

View file

@ -20,7 +20,6 @@ test-support = [
[dependencies]
audio = { path = "../audio" }
channel = { path = "../channel" }
client = { path = "../client" }
collections = { path = "../collections" }
gpui = { path = "../gpui" }