Split concepts out into self contained files in feedback editor
This commit is contained in:
parent
912c396b37
commit
b31813fad3
6 changed files with 197 additions and 167 deletions
|
@ -1,6 +1,10 @@
|
|||
pub mod deploy_feedback_button;
|
||||
pub mod feedback_editor;
|
||||
pub mod feedback_info_text;
|
||||
pub mod submit_feedback_button;
|
||||
|
||||
use std::sync::Arc;
|
||||
|
||||
pub mod feedback_editor;
|
||||
mod system_specs;
|
||||
use gpui::{actions, impl_actions, ClipboardItem, MutableAppContext, PromptLevel, ViewContext};
|
||||
use serde::Deserialize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue