Checkpoint

This commit is contained in:
Antonio Scandurra 2023-10-20 10:55:06 +02:00
parent 0609628645
commit 68bc22f9cd
6 changed files with 18 additions and 18 deletions

View file

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