Checkpoint

Antonio Scandurra created

Change summary

crates/storybook2/src/stories/focus.rs | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)

Detailed changes

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;