Checkpoint
This commit is contained in:
parent
21b4ae3fdc
commit
296fc92721
5 changed files with 8 additions and 10 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue