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:
Marshall Bowers 2025-01-22 13:37:00 -05:00 committed by GitHub
parent 09fe1e7f66
commit f7703973d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 204 additions and 200 deletions

View file

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