assistant: Remove some re-exports (#23262)
This PR removes some re-exports from the `assistant` to make it clearer what its constituent modules depend on. Release Notes: - N/A
This commit is contained in:
parent
8030c0025a
commit
4d22f7e529
11 changed files with 27 additions and 20 deletions
|
@ -1,11 +1,11 @@
|
|||
use std::sync::Arc;
|
||||
|
||||
use assistant_slash_command::SlashCommandWorkingSet;
|
||||
use gpui::{AnyElement, DismissEvent, SharedString, Task, WeakView};
|
||||
use picker::{Picker, PickerDelegate, PickerEditorPosition};
|
||||
use ui::{prelude::*, ListItem, ListItemSpacing, PopoverMenu, PopoverTrigger, Tooltip};
|
||||
|
||||
use crate::assistant_panel::ContextEditor;
|
||||
use crate::SlashCommandWorkingSet;
|
||||
|
||||
#[derive(IntoElement)]
|
||||
pub(super) struct SlashCommandSelector<T: PopoverTrigger> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue