Remove unused impl
This commit is contained in:
parent
d2a8f972f3
commit
3189cd779e
2 changed files with 2 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
|||
use crate::prelude::*;
|
||||
use crate::{Icon, IconColor, IconElement, Label, LabelColor};
|
||||
use gpui2::{black, red, Div, ElementId, Render, View, VisualContext};
|
||||
use gpui2::{red, Div, ElementId, Render, View, VisualContext};
|
||||
|
||||
#[derive(Component, Clone)]
|
||||
pub struct Tab {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue