Fix formatting

This commit is contained in:
Nathan Sobo 2023-11-14 01:58:10 -07:00
parent 364e3e7de5
commit 6abaacc457
11 changed files with 19 additions and 21 deletions

View file

@ -1,8 +1,8 @@
use gpui::rems;
use gpui::Rems;
pub use gpui::{
div, Component, Element, ElementId, InteractiveComponent, ParentComponent, SharedString, Styled,
ViewContext, WindowContext,
div, Component, Element, ElementId, InteractiveComponent, ParentComponent, SharedString,
Styled, ViewContext, WindowContext,
};
pub use crate::elevation::*;