This commit is contained in:
Conrad Irwin 2023-11-20 10:05:57 -07:00
parent 8599ba557d
commit 5d16f76518

View file

@ -1,6 +1,5 @@
use crate::{ use crate::{
div, point, Div, Element, FocusHandle, Keystroke, Modifiers, Pixels, Point, Render, div, point, Div, Element, FocusHandle, Keystroke, Modifiers, Pixels, Point, Render, ViewContext,
ViewContext,
}; };
use smallvec::SmallVec; use smallvec::SmallVec;
use std::{any::Any, fmt::Debug, marker::PhantomData, ops::Deref, path::PathBuf}; use std::{any::Any, fmt::Debug, marker::PhantomData, ops::Deref, path::PathBuf};
@ -287,7 +286,7 @@ pub struct FocusEvent {
mod test { mod test {
use crate::{ use crate::{
self as gpui, div, Div, FocusHandle, InteractiveElement, KeyBinding, Keystroke, self as gpui, div, Div, FocusHandle, InteractiveElement, KeyBinding, Keystroke,
ParentElement, Stateful, TestAppContext, Render, VisualContext, ParentElement, Render, Stateful, TestAppContext, VisualContext,
}; };
struct TestView { struct TestView {