Skip to content

Commit

Permalink
clipppy
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Apr 11, 2024
1 parent 2d4010f commit b7865a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions crates/collab_ui/src/collab_panel/dev_server_modal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ use gpui::{
ScrollHandle, Task, View, ViewContext,
};
use rpc::proto::{self, CreateDevServerResponse, DevServerStatus};
use ui::{
prelude::*, Indicator, List, ListHeader, ModalContent, ModalHeader, ModalRow, SectionHeader,
Tooltip,
};
use ui::{prelude::*, Indicator, List, ListHeader, ModalContent, ModalHeader, Tooltip};
use util::ResultExt;
use workspace::ModalView;

Expand Down
2 changes: 1 addition & 1 deletion crates/ui/src/components/modal.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use gpui::*;
use smallvec::SmallVec;

use crate::{h_flex, Color, IconButton, IconButtonShape, IconName, Label, LabelCommon, LabelSize};
use crate::{h_flex, IconButton, IconButtonShape, IconName, Label, LabelCommon, LabelSize};

#[derive(IntoElement)]
pub struct ModalHeader {
Expand Down

0 comments on commit b7865a7

Please sign in to comment.