Checkpoint

This commit is contained in:
Antonio Scandurra 2023-10-19 23:47:32 +02:00
parent 21b4ae3fdc
commit 296fc92721
5 changed files with 8 additions and 10 deletions

View file

@ -1,12 +1,10 @@
use std::marker::PhantomData;
use gpui3::{img, svg, SharedString};
use crate::prelude::*;
use crate::{
static_collab_panel_channels, static_collab_panel_current_call, v_stack, Icon, List,
ListHeader, ToggleState,
};
use gpui3::{img, svg, SharedString};
use std::marker::PhantomData;
#[derive(Element)]
pub struct CollabPanel<S: 'static + Send + Sync + Clone> {