Checkpoint

This commit is contained in:
Antonio Scandurra 2023-10-19 23:21:26 +02:00
parent dd7e1c505c
commit 3a70f02cbf
4 changed files with 290 additions and 279 deletions

View file

@ -1,6 +1,6 @@
pub use gpui3::{
div, Click, Element, Hover, IntoAnyElement, ParentElement, ScrollState, SharedString,
StatefullyInteractivee, Styled, ViewContext, WindowContext,
div, Element, Hover, IntoAnyElement, ParentElement, ScrollState, SharedString,
StatefullyInteractive, Styled, ViewContext, WindowContext,
};
use crate::settings::user_settings;