Checkpoint

This commit is contained in:
Antonio Scandurra 2023-10-21 16:01:47 +02:00
parent f3979a9f28
commit e4fe9538d7
107 changed files with 81 additions and 81 deletions

View file

@ -3,7 +3,7 @@ use crate::{
static_collab_panel_channels, static_collab_panel_current_call, v_stack, Icon, List,
ListHeader, ToggleState,
};
use gpui3::{img, svg, SharedString};
use gpui2::{img, svg, SharedString};
use std::marker::PhantomData;
#[derive(Element)]