ui2: Remove ElementExt
trait
This commit is contained in:
parent
6784ccd9fe
commit
ed233d583f
3 changed files with 2 additions and 29 deletions
|
@ -1,11 +1,11 @@
|
|||
pub use gpui2::{
|
||||
div, Element, ElementId, Component, ParentElement, SharedString, StatefulInteractive,
|
||||
div, Component, Element, ElementId, ParentElement, SharedString, StatefulInteractive,
|
||||
StatelessInteractive, Styled, ViewContext, WindowContext,
|
||||
};
|
||||
|
||||
pub use crate::elevation::*;
|
||||
use crate::settings::user_settings;
|
||||
pub use crate::{old_theme, theme, ButtonVariant, ElementExt, Theme};
|
||||
pub use crate::{old_theme, theme, ButtonVariant, Theme};
|
||||
|
||||
use gpui2::{rems, Hsla, Rems};
|
||||
use strum::EnumIter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue