Remove the assistant2 crate (#12380)

Release Notes:

- N/A
This commit is contained in:
Antonio Scandurra 2024-05-28 16:26:35 +02:00 committed by GitHub
parent 59662fbeb6
commit b466a8b828
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 0 additions and 3618 deletions

View file

@ -1,17 +0,0 @@
mod active_file_button;
mod chat_message;
mod chat_notice;
mod composer;
mod project_index_button;
#[cfg(feature = "stories")]
mod stories;
pub use active_file_button::*;
pub use chat_message::*;
pub use chat_notice::*;
pub use composer::*;
pub use project_index_button::*;
#[cfg(feature = "stories")]
pub use stories::*;