Checkpoint

This commit is contained in:
Nathan Sobo 2023-11-13 23:03:14 -07:00
parent 1668330764
commit 9382a304c4
2 changed files with 41 additions and 55 deletions

View file

@ -1,4 +1,4 @@
use gpui::{AnyElement, Pixels};
use gpui::AnyElement;
use smallvec::SmallVec;
use crate::{h_stack, prelude::*, v_stack, Button, Icon, IconButton, Label};