diff --git a/crates/storybook2/src/stories/focus.rs b/crates/storybook2/src/stories/focus.rs index c2869ac2a65f79bbc56b1ed92d744c969aee4738..0690541d254590288347117bf1ab9347611ad59b 100644 --- a/crates/storybook2/src/stories/focus.rs +++ b/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;