crates/storybook2/src/stories/focus.rs 🔗
@@ -1,11 +1,9 @@
-use std::any::Any;Focusable
-
+use crate::themes::rose_pine;
use gpui3::{
- div, view, Action, Context, Focus, KeyBinding, ParentElement, StatelesslyInteractive, Styled,
- View, WindowContext,
+ div, view, Action, Context, Focusable, KeyBinding, ParentElement, StatelesslyInteractive,
+ Styled, View, WindowContext,
};
-
-use crate::themes::rose_pine;
+use std::any::Any;
#[derive(Clone)]
struct ActionA;