rename ai crate to assistant crate

This commit is contained in:
KCaverly 2023-09-21 21:54:59 -04:00
parent 3c2b05be90
commit 5f6334696a
15 changed files with 100 additions and 146 deletions

View file

@ -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;