Use SharedString for Labels

This commit is contained in:
Marshall Bowers 2023-10-18 10:58:50 -04:00
parent 8321b9430e
commit 2b53c67789
2 changed files with 4 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pub use gpui3::{
div, Click, Element, Hover, IntoAnyElement, ParentElement, ScrollState, Styled, ViewContext,
WindowContext,
div, Click, Element, Hover, IntoAnyElement, ParentElement, ScrollState, SharedString, Styled,
ViewContext, WindowContext,
};
pub use crate::{theme, ButtonVariant, ElementExt, Theme};