No compile errors or warnings

This commit is contained in:
Nathan Sobo 2023-11-14 01:23:09 -07:00
parent 27fb381cca
commit 80014a28ea
6 changed files with 15 additions and 206 deletions

View file

@ -1,6 +1,6 @@
use gpui::{
div, prelude::*, px, AnyView, EventEmitter, FocusHandle, InteractiveComponent, Node,
ParentComponent, Render, Styled, Subscription, View, ViewContext, VisualContext, WindowContext,
div, prelude::*, px, AnyView, EventEmitter, FocusHandle, Node, Render, Subscription, View,
ViewContext, WindowContext,
};
use ui::v_stack;