rename ai crate to assistant crate
This commit is contained in:
parent
3c2b05be90
commit
5f6334696a
15 changed files with 100 additions and 146 deletions
|
@ -5,7 +5,7 @@ pub mod only_instance;
|
|||
#[cfg(any(test, feature = "test-support"))]
|
||||
pub mod test;
|
||||
|
||||
use ai::AssistantPanel;
|
||||
use assistant::AssistantPanel;
|
||||
use anyhow::Context;
|
||||
use assets::Assets;
|
||||
use breadcrumbs::Breadcrumbs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue