assistant: Extract ConfigurationView
to its own module (#23480)
This PR is a small refactoring that extracts the Assistant's `ConfigurationView` into its own module. Release Notes: - N/A
This commit is contained in:
parent
09fe1e7f66
commit
f7703973d2
3 changed files with 204 additions and 200 deletions
|
@ -1,5 +1,6 @@
|
|||
#![cfg_attr(target_os = "windows", allow(unused, dead_code))]
|
||||
|
||||
mod assistant_configuration;
|
||||
pub mod assistant_panel;
|
||||
mod inline_assistant;
|
||||
pub mod slash_command_settings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue