clean up
This commit is contained in:
@@ -1,8 +1,3 @@
|
|||||||
//! File explorer of the repository detail view: the file tree column and the
|
|
||||||
//! content column (README / file preview), backed by persistent
|
|
||||||
//! [`TextViewState`]s for markdown documents and persistent [`InputState`]s
|
|
||||||
//! for code files.
|
|
||||||
|
|
||||||
use gpui::prelude::*;
|
use gpui::prelude::*;
|
||||||
use gpui::{AnyElement, Context, Entity, SharedString, WeakEntity, Window, div, px};
|
use gpui::{AnyElement, Context, Entity, SharedString, WeakEntity, Window, div, px};
|
||||||
use gpui_component::button::{Button, ButtonVariants};
|
use gpui_component::button::{Button, ButtonVariants};
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
//! Commits tab of the repository detail view: a virtual list of all
|
|
||||||
//! commits reachable from HEAD, newest first, with the total count shown
|
|
||||||
//! as a badge on the tab.
|
|
||||||
|
|
||||||
use gpui::prelude::*;
|
use gpui::prelude::*;
|
||||||
use gpui::{AnyElement, App, Context, WeakEntity, div, px};
|
use gpui::{AnyElement, App, Context, WeakEntity, div, px};
|
||||||
use gpui_component::scroll::Scrollbar;
|
use gpui_component::scroll::Scrollbar;
|
||||||
|
|||||||
Reference in New Issue
Block a user