Checkpoint

This commit is contained in:
Antonio Scandurra
2023-10-19 23:56:43 +02:00
parent 40c6f738b4
commit e3d948f60b
+5 -7
View File
@@ -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;