From e3d948f60bc5f4a9cb0b8b0985572d51fd436885 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Thu, 19 Oct 2023 23:56:43 +0200 Subject: [PATCH] Checkpoint --- crates/storybook2/src/stories/focus.rs | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/crates/storybook2/src/stories/focus.rs b/crates/storybook2/src/stories/focus.rs index c2869ac2a6..0690541d25 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 gpui3::{ - div, view, Action, Context, Focus, KeyBinding, ParentElement, StatelesslyInteractive, Styled, - View, WindowContext, -}; - use crate::themes::rose_pine; +use gpui3::{ + div, view, Action, Context, Focusable, KeyBinding, ParentElement, StatelesslyInteractive, + Styled, View, WindowContext, +}; +use std::any::Any; #[derive(Clone)] struct ActionA;